Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
HuginBase::ImageStitcherAlgorithm Class Reference

stitch to file output More...

#include <StitcherAlgorithm.h>

Inheritance diagram for HuginBase::ImageStitcherAlgorithm:
Inheritance graph

Public Types

typedef vigra::FRGBImage DestImage
 
typedef vigra::BImage DestAlpha
 

Public Member Functions

 ImageStitcherAlgorithm (PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages, DestImage &panoImage, DestAlpha &alpha)
 
virtual ~ImageStitcherAlgorithm ()
 
- Public Member Functions inherited from HuginBase::StitcherAlgorithm
 StitcherAlgorithm (PanoramaData &panoramaData, AppBase::ProgressDisplay *progressDisplay, const PanoramaOptions &options, const UIntSet &usedImages)
 
virtual ~StitcherAlgorithm ()
 
virtual bool runAlgorithm ()
 implementation of the algorithm.
 
virtual bool modifiesPanoramaData () const
 returns flase, hope this is correct
 
- Public Member Functions inherited from HuginBase::TimeConsumingPanoramaAlgorithm
virtual ~TimeConsumingPanoramaAlgorithm ()
 
virtual bool wasCancelled () const
 
- Public Member Functions inherited from HuginBase::PanoramaAlgorithm
virtual ~PanoramaAlgorithm ()
 
virtual bool hasRunSuccessfully ()
 
virtual void run ()
 runs the algorithm.
 

Protected Attributes

DestImageo_panoImage
 
DestAlphao_alpha
 
- Protected Attributes inherited from HuginBase::StitcherAlgorithm
PanoramaOptions o_panoramaOptions
 
UIntSet o_usedImages
 
- Protected Attributes inherited from HuginBase::PanoramaAlgorithm
PanoramaDatao_panorama
 
bool o_successful
 

Additional Inherited Members

- Protected Member Functions inherited from HuginBase::StitcherAlgorithm
virtual bool runStitcher ()=0
 
- Protected Member Functions inherited from HuginBase::TimeConsumingPanoramaAlgorithm
 TimeConsumingPanoramaAlgorithm (PanoramaData &panorama, AppBase::ProgressDisplay *progressDisplay=NULL)
 [Warning! it keeps the reference to the panorama data!]
 
virtual AppBase::ProgressDisplaygetProgressDisplay () const
 
virtual bool hasProgressDisplay () const
 
virtual void cancelAlgorithm ()
 Call this when the algorithm is cancelled.
 
virtual void algorithmCancelled ()
 Called when the algorithm got cancelled; override with cleaning up process etc.
 
- Protected Member Functions inherited from HuginBase::PanoramaAlgorithm
 PanoramaAlgorithm (PanoramaData &panorama)
 

Detailed Description

stitch to file output

Definition at line 86 of file StitcherAlgorithm.h.

Member Typedef Documentation

◆ DestAlpha

Definition at line 91 of file StitcherAlgorithm.h.

◆ DestImage

Definition at line 90 of file StitcherAlgorithm.h.

Constructor & Destructor Documentation

◆ ImageStitcherAlgorithm()

HuginBase::ImageStitcherAlgorithm::ImageStitcherAlgorithm ( PanoramaData panoramaData,
AppBase::ProgressDisplay progressDisplay,
const PanoramaOptions options,
const UIntSet usedImages,
DestImage panoImage,
DestAlpha alpha 
)
inline

Definition at line 94 of file StitcherAlgorithm.h.

◆ ~ImageStitcherAlgorithm()

virtual HuginBase::ImageStitcherAlgorithm::~ImageStitcherAlgorithm ( )
inlinevirtual

Definition at line 105 of file StitcherAlgorithm.h.

Member Data Documentation

◆ o_alpha

DestAlpha& HuginBase::ImageStitcherAlgorithm::o_alpha
protected

Definition at line 110 of file StitcherAlgorithm.h.

◆ o_panoImage

DestImage& HuginBase::ImageStitcherAlgorithm::o_panoImage
protected

Definition at line 109 of file StitcherAlgorithm.h.


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