Hugintrunk
0.1
|
functor to create a remapped image More...
#include <ImageRemapper.h>
Public Member Functions | |
SingleImageRemapper () | |
virtual RemappedPanoImage < ImageType, AlphaType > * | getRemapped (const PanoramaData &pano, const PanoramaOptions &opts, unsigned int imgNr, vigra::Rect2D outputROI, AppBase::ProgressDisplay *progress)=0 |
create a remapped pano image. More... | |
virtual | ~SingleImageRemapper () |
void | setAdvancedOptions (const HuginBase::Nona::AdvancedOptions advancedOptions) |
virtual void | release (RemappedPanoImage< ImageType, AlphaType > *d)=0 |
Protected Attributes | |
HuginBase::Nona::AdvancedOptions | m_advancedOptions |
functor to create a remapped image
Definition at line 41 of file ImageRemapper.h.
|
inline |
Definition at line 45 of file ImageRemapper.h.
|
inlinevirtual |
Definition at line 58 of file ImageRemapper.h.
|
pure virtual |
create a remapped pano image.
The image ownership is transferred to the caller.
Implemented in HuginBase::Nona::FileRemapper< ImageType, AlphaType >, and HuginBase::SmallRemappedImageCache.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch(), and HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch().
|
pure virtual |
Implemented in HuginBase::Nona::FileRemapper< ImageType, AlphaType >.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch(), and HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch().
|
inline |
Definition at line 60 of file ImageRemapper.h.
Referenced by GenerateThumbnail(), and HuginBase::Nona::stitchPanoIntern().
|
protected |
Definition at line 68 of file ImageRemapper.h.
Referenced by HuginBase::Nona::SingleImageRemapper< vigra::FRGBImage, vigra::BImage >::setAdvancedOptions().