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

#include <Stitcher.h>

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

Public Types

typedef Stitcher< ImageType, AlphaTypeBase
 

Public Member Functions

 WeightedStitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress)
 
virtual ~WeightedStitcher ()
 
void stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, ImageType &panoImage, AlphaType &alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, const AdvancedOptions &advOptions)
 
void stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, const AdvancedOptions &advOptions)
 
vigra::Rect2D GetPanoROI () const
 
vigra::ImageImportInfo::ICCProfile GetICCProfile () const
 
- 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 ()
 

Protected Attributes

vigra::ImageImportInfo::ICCProfile iccProfile
 
vigra::Rect2D m_panoROI
 
- 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::WeightedStitcher< ImageType, AlphaType >

Definition at line 460 of file Stitcher.h.

Member Typedef Documentation

◆ Base

Definition at line 464 of file Stitcher.h.

Constructor & Destructor Documentation

◆ WeightedStitcher()

Definition at line 465 of file Stitcher.h.

◆ ~WeightedStitcher()

Definition at line 471 of file Stitcher.h.

Member Function Documentation

◆ GetICCProfile()

vigra::ImageImportInfo::ICCProfile HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::GetICCProfile ( ) const
inline

◆ GetPanoROI()

vigra::Rect2D HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::GetPanoROI ( ) const
inline

◆ stitch() [1/2]

void HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch ( const PanoramaOptions opts,
const UIntSet imgSet,
const std::string &  filename,
ImageType panoImage,
AlphaType alpha,
SingleImageRemapper< ImageType, AlphaType > &  remapper,
const AdvancedOptions advOptions 
)
inline

◆ stitch() [2/2]

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

Member Data Documentation

◆ iccProfile

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

◆ m_panoROI

vigra::Rect2D HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::m_panoROI
protected

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