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

Public Member Functions | |
| ReduceStitcher (const PanoramaData &pano, AppBase::MultiProgressDisplay &progress) | |
| virtual | ~ReduceStitcher () |
| template<class FUNCTOR> | |
| void | stitch (const PanoramaOptions &opts, UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, FUNCTOR &reduce) |
| template<class ImgIter, class ImgAccessor, class AlphaIter, class AlphaAccessor, class FUNCTOR> | |
| void | stitch (const PanoramaOptions &opts, UIntSet &imgSet, vigra::triple< ImgIter, ImgIter, ImgAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, FUNCTOR &reduce) |
Protected Attributes | |
| vigra::ImageImportInfo::ICCProfile | iccProfile |
Private Types | |
| typedef Stitcher< ImageType, AlphaType > | Base |
WARNING: this version is very memory hungry for large panoramas (> 3 images ;-)
Definition at line 706 of file Stitcher.h.
|
|||||
|
Definition at line 708 of file Stitcher.h. |
|
||||||||||||||||
|
Definition at line 710 of file Stitcher.h. References ImageType. |
|
|||||||||
|
Definition at line 716 of file Stitcher.h. |
|
||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|
|||||
|
Definition at line 853 of file Stitcher.h. |
1.3.9.1