#include <Stitcher.h>
Inheritance diagram for HuginBase::Nona::Stitcher< ImageType, AlphaType >:

Public Member Functions | |
| Stitcher (const PanoramaData &pano, AppBase::MultiProgressDisplay &prog) | |
| create a stitcher for the given panorama | |
| virtual | ~Stitcher () |
| virtual void | stitch (const PanoramaOptions &opts, UIntSet &images, const std::string &file, SingleImageRemapper< ImageType, AlphaType > &remapper) |
| Stitch some images into a panorama file. | |
| virtual UIntSet | getUsedImages () |
Protected Member Functions | |
| virtual void | calcOutputROIS (const PanoramaOptions &opts, const UIntSet &images) |
Protected Attributes | |
| const PanoramaData & | m_pano |
| AppBase::MultiProgressDisplay & | m_progress |
| UIntSet | m_images |
| std::vector< vigra::Rect2D > | m_rois |
Definition at line 140 of file Stitcher.h.
|
||||||||||||||||
|
create a stitcher for the given panorama
Definition at line 144 of file Stitcher.h. |
|
|||||||||
|
Definition at line 149 of file Stitcher.h. |
|
||||||||||||||||
|
Definition at line 182 of file Stitcher.h. |
|
|||||||||
|
Definition at line 164 of file Stitcher.h. |
|
||||||||||||||||||||||||
|
Stitch some images into a panorama file. The filename can be specified with and without extension Reimplemented in HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >, HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >, and HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >. Definition at line 155 of file Stitcher.h. |
|
|||||
|
Definition at line 189 of file Stitcher.h. |
|
|||||
|
Definition at line 187 of file Stitcher.h. |
|
|||||
|
Definition at line 188 of file Stitcher.h. |
|
|||||
|
Definition at line 190 of file Stitcher.h. |
1.3.9.1