Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType > Class Template Reference

remap a set of images, and store the individual remapped files. More...

#include <Stitcher.h>

Inheritance diagram for HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >:
Inheritance graph

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 PanoramaDatam_pano
 
AppBase::ProgressDisplaym_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)
 

Detailed Description

template<typename ImageType, typename AlphaType>
class HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >

remap a set of images, and store the individual remapped files.

Definition at line 255 of file Stitcher.h.

Member Typedef Documentation

template<typename ImageType, typename AlphaType>
typedef Stitcher<ImageType, AlphaType> HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::Base

Definition at line 259 of file Stitcher.h.

Constructor & Destructor Documentation

template<typename ImageType, typename AlphaType>
HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::MultiImageRemapper ( const PanoramaData pano,
AppBase::ProgressDisplay progress 
)
inline

Definition at line 261 of file Stitcher.h.

template<typename ImageType, typename AlphaType>
virtual HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::~MultiImageRemapper ( )
inlinevirtual

Definition at line 267 of file Stitcher.h.

Member Function Documentation

template<typename ImageType, typename AlphaType>
virtual void HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::finalizeOutputFile ( const PanoramaOptions opts)
inlinevirtual
template<typename ImageType, typename AlphaType>
virtual void HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::prepareOutputFile ( const PanoramaOptions opts,
const AdvancedOptions advOptions 
)
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().

template<typename ImageType, typename AlphaType>
virtual void HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::saveRemapped ( RemappedPanoImage< ImageType, AlphaType > &  remapped,
unsigned int  imgNr,
unsigned int  nImg,
const PanoramaOptions opts,
const AdvancedOptions advOptions 
)
inlinevirtual
template<typename ImageType, typename AlphaType>
virtual void HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
const UIntSet images,
const std::string &  basename,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
const AdvancedOptions advOptions 
)
inlinevirtual

Definition at line 271 of file Stitcher.h.

Referenced by HuginBase::Nona::stitchPanoIntern().

Member Data Documentation

template<typename ImageType, typename AlphaType>
std::string HuginBase::Nona::MultiImageRemapper< ImageType, AlphaType >::m_basename
protected

The documentation for this class was generated from the following file: