Hugintrunk
0.1
|
remap a set of images, and store the individual remapped files. More...
#include <Stitcher.h>
Public Types | |
typedef Stitcher< ImageType, AlphaType > | Base |
Public Member Functions | |
MultiImageRemapper (const PanoramaData &pano, AppBase::ProgressDisplay *progress) | |
virtual | ~MultiImageRemapper () |
virtual void | stitch (const PanoramaOptions &opts, const UIntSet &images, const std::string &basename, SingleImageRemapper< ImageType, AlphaType > &remapper, const AdvancedOptions &advOptions) |
virtual void | prepareOutputFile (const PanoramaOptions &opts, const AdvancedOptions &advOptions) |
prepare the output file (setup file structures etc.) More... | |
virtual void | saveRemapped (RemappedPanoImage< ImageType, AlphaType > &remapped, unsigned int imgNr, unsigned int nImg, const PanoramaOptions &opts, const AdvancedOptions &advOptions) |
save a remapped image, or layer More... | |
virtual void | finalizeOutputFile (const PanoramaOptions &opts) |
Public Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
Stitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress) | |
create a stitcher for the given panorama More... | |
virtual | ~Stitcher () |
virtual void | stitch (const PanoramaOptions &opts, const UIntSet &images, const std::string &file, SingleImageRemapper< ImageType, AlphaType > &remapper) |
Stitch some images into a panorama file. More... | |
void | init (const PanoramaOptions &opts, const UIntSet &images) |
virtual UIntSet | getUsedImages () |
Protected Attributes | |
std::string | m_basename |
Protected Attributes inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
const PanoramaData & | m_pano |
AppBase::ProgressDisplay * | m_progress |
UIntSet | m_images |
std::vector< vigra::Rect2D > | m_rois |
Additional Inherited Members | |
Protected Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
virtual void | calcOutputROIS (const PanoramaOptions &opts, const UIntSet &images) |
remap a set of images, and store the individual remapped files.
Definition at line 255 of file Stitcher.h.
typedef Stitcher<ImageType, AlphaType> HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::Base |
Definition at line 259 of file Stitcher.h.
|
inline |
Definition at line 261 of file Stitcher.h.
|
inlinevirtual |
Definition at line 267 of file Stitcher.h.
|
inlinevirtual |
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >.
Definition at line 386 of file Stitcher.h.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch().
|
inlinevirtual |
prepare the output file (setup file structures etc.)
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >.
Definition at line 320 of file Stitcher.h.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch().
|
inlinevirtual |
save a remapped image, or layer
Reimplemented in HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >.
Definition at line 326 of file Stitcher.h.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch().
|
inlinevirtual |
Definition at line 271 of file Stitcher.h.
Referenced by HuginBase::Nona::stitchPanoIntern().
|
protected |
Definition at line 392 of file Stitcher.h.
Referenced by HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::saveRemapped(), and HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::stitch().