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

A stitcher without seaming, just copies the images over each other. More...

#include <Stitcher.h>

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

Public Member Functions

 SimpleStitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress)
 
virtual ~SimpleStitcher ()
 
template<class ImgIter , class ImgAccessor , class AlphaIter , class AlphaAccessor , class BlendFunctor >
void stitch (const PanoramaOptions &opts, UIntSet &imgSet, vigra::triple< ImgIter, ImgIter, ImgAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend)
 
template<class BlendFunctor >
void stitch (const PanoramaOptions &opts, UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend)
 
- 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, UIntSet &images, const std::string &file, SingleImageRemapper< ImageType, AlphaType > &remapper)
 Stitch some images into a panorama file. More...
 
virtual UIntSet getUsedImages ()
 

Public Attributes

vigra::ImageExportInfo::ICCProfile iccProfile
 

Private Types

typedef Stitcher< ImageType,
AlphaType > 
Base
 

Additional Inherited Members

- Protected Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType >
virtual void calcOutputROIS (const PanoramaOptions &opts, const UIntSet &images)
 
- Protected Attributes inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType >
const PanoramaDatam_pano
 
AppBase::ProgressDisplaym_progress
 
UIntSet m_images
 
std::vector< vigra::Rect2D > m_rois
 

Detailed Description

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

A stitcher without seaming, just copies the images over each other.

Definition at line 824 of file Stitcher.h.

Member Typedef Documentation

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

Definition at line 826 of file Stitcher.h.

Constructor & Destructor Documentation

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

Definition at line 828 of file Stitcher.h.

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

Definition at line 834 of file Stitcher.h.

Member Function Documentation

template<typename ImageType, typename AlphaType>
template<class ImgIter , class ImgAccessor , class AlphaIter , class AlphaAccessor , class BlendFunctor >
void HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
UIntSet imgSet,
vigra::triple< ImgIter, ImgIter, ImgAccessor >  pano,
std::pair< AlphaIter, AlphaAccessor >  alpha,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
BlendFunctor &  blend 
)
inline
template<typename ImageType, typename AlphaType>
template<class BlendFunctor >
void HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
UIntSet imgSet,
const std::string &  filename,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
BlendFunctor &  blend 
)
inline

Member Data Documentation

template<typename ImageType, typename AlphaType>
vigra::ImageExportInfo::ICCProfile HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::iccProfile

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