Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::Nona::Stitcher< ImageType, AlphaType > Class Template Reference
implements a stitching algorithm More...
#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 |
Detailed Description
template<typename ImageType, typename AlphaType>
class HuginBase::Nona::Stitcher< ImageType, AlphaType >
implements a stitching algorithm
Constructor & Destructor Documentation
|
||||||||||||||||
|
create a stitcher for the given panorama
|
|
|||||||||
|
|
Member Function Documentation
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||||||||||
|
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 >. |
Member Data Documentation
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
The documentation for this class was generated from the following file:
- hugin_base/nona/Stitcher.h
1.3.9.1