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

Public Member Functions | |
| SimpleStitcher (const PanoramaData &pano, AppBase::MultiProgressDisplay &progress) | |
| virtual | ~SimpleStitcher () |
| template<class ImgIter, class ImgAccessor, class AlphaIter, class AlphaAccessor, class BlendFunctor> | |
| void | stitch (const PanoramaOptions &opts, UIntSet &imgSet, vigra::triple< ImgIter, ImgIter, ImgAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend) |
| template<class BlendFunctor> | |
| void | stitch (const PanoramaOptions &opts, UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend) |
Protected Attributes | |
| vigra::ImageExportInfo::ICCProfile | iccProfile |
Private Types | |
| typedef Stitcher< ImageType, AlphaType > | Base |
Definition at line 859 of file Stitcher.h.
|
|||||
|
Definition at line 861 of file Stitcher.h. |
|
||||||||||||||||
|
Definition at line 863 of file Stitcher.h. References ImageType. |
|
|||||||||
|
Definition at line 869 of file Stitcher.h. |
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
|||||
|
Definition at line 975 of file Stitcher.h. |
1.3.9.1