Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Types | List of all members
HuginBase::Nona::ReduceStitcher< ImageType, AlphaType > Class Template Reference

create a panorama using the reduce operation on all overlapping pixels. More...

#include <Stitcher.h>

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

Public Member Functions

 ReduceStitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress)
 
virtual ~ReduceStitcher ()
 
template<class FUNCTOR >
void stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, FUNCTOR &reduce, const AdvancedOptions &advOptions)
 
template<class ImgIter , class ImgAccessor , class AlphaIter , class AlphaAccessor , class FUNCTOR >
void stitch (const PanoramaOptions &opts, const UIntSet &imgSet, vigra::triple< ImgIter, ImgIter, ImgAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, FUNCTOR &reduce)
 
- Public Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType >
 Stitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress)
 create a stitcher for the given panorama
 
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.
 
void init (const PanoramaOptions &opts, const UIntSet &images)
 
virtual UIntSet getUsedImages ()
 

Public Attributes

vigra::ImageImportInfo::ICCProfile iccProfile
 

Private Types

typedef Stitcher< ImageType, AlphaTypeBase
 

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::ReduceStitcher< ImageType, AlphaType >

create a panorama using the reduce operation on all overlapping pixels.

WARNING: this version is very memory hungry for large panoramas (> 3 images ;-)

Definition at line 689 of file Stitcher.h.

Member Typedef Documentation

◆ Base

Definition at line 691 of file Stitcher.h.

Constructor & Destructor Documentation

◆ ReduceStitcher()

Definition at line 693 of file Stitcher.h.

◆ ~ReduceStitcher()

Definition at line 699 of file Stitcher.h.

Member Function Documentation

◆ stitch() [1/2]

template<class FUNCTOR >
void HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
const UIntSet imgSet,
const std::string &  filename,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
FUNCTOR reduce,
const AdvancedOptions advOptions 
)
inline

◆ stitch() [2/2]

void HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
const UIntSet imgSet,
vigra::triple< ImgIter, ImgIter, ImgAccessor pano,
std::pair< AlphaIter, AlphaAccessor alpha,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
FUNCTOR reduce 
)
inline

Member Data Documentation

◆ iccProfile

vigra::ImageImportInfo::ICCProfile HuginBase::Nona::ReduceStitcher< ImageType, AlphaType >::iccProfile

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