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

Public Member Functions | |
| virtual RemappedPanoImage< ImageType, AlphaType > * | getRemapped (const PanoramaData &pano, const PanoramaOptions &opts, unsigned int imgNr, vigra::Rect2D outputROI, AppBase::MultiProgressDisplay &progress)=0 |
| create a remapped pano image. | |
| virtual | ~SingleImageRemapper () |
| virtual void | release (RemappedPanoImage< ImageType, AlphaType > *d)=0 |
Definition at line 41 of file ImageRemapper.h.
|
|||||||||
|
Definition at line 55 of file ImageRemapper.h. |
|
||||||||||||||||||||||||||||
|
create a remapped pano image. The image ownership is transferred to the caller. Implemented in HuginBase::SmallRemappedImageCache, and HuginBase::Nona::FileRemapper< ImageType, AlphaType >. Referenced by HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), and HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch(). |
|
||||||||||
1.3.9.1