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

Public Types | |
| typedef Stitcher< ImageType, AlphaType > | Base |
Public Member Functions | |
| MultiImageRemapper (const PanoramaData &pano, AppBase::MultiProgressDisplay &progress) | |
| virtual | ~MultiImageRemapper () |
| virtual void | stitch (const PanoramaOptions &opts, UIntSet &images, const std::string &basename, SingleImageRemapper< ImageType, AlphaType > &remapper) |
| Stitch some images into a panorama file. | |
| virtual void | prepareOutputFile (const PanoramaOptions &opts) |
| prepare the output file (setup file structures etc.) | |
| virtual void | saveRemapped (RemappedPanoImage< ImageType, AlphaType > &remapped, unsigned int imgNr, unsigned int nImg, const PanoramaOptions &opts) |
| save a remapped image, or layer | |
| virtual void | finalizeOutputFile (const PanoramaOptions &opts) |
Protected Attributes | |
| std::string | m_basename |
Definition at line 195 of file Stitcher.h.
|
|||||
|
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >. Definition at line 199 of file Stitcher.h. |
|
||||||||||||||||
|
Definition at line 201 of file Stitcher.h. |
|
|||||||||
|
Definition at line 207 of file Stitcher.h. |
|
||||||||||
|
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >. Definition at line 428 of file Stitcher.h. |
|
||||||||||
|
prepare the output file (setup file structures etc.)
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >. Definition at line 253 of file Stitcher.h. |
|
||||||||||||||||||||||||
|
save a remapped image, or layer
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >. Definition at line 258 of file Stitcher.h. |
|
||||||||||||||||||||||||
|
Stitch some images into a panorama file. The filename can be specified with and without extension Reimplemented from HuginBase::Nona::Stitcher< ImageType, AlphaType >. Definition at line 211 of file Stitcher.h. Referenced by HuginBase::Nona::stitchPanoIntern(). |
|
|||||
|
Definition at line 433 of file Stitcher.h. |
1.3.9.1