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::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. More...
 
virtual bool modifiesPanoramaData () const
 returns flase, hope this is correct More...
 
- 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. More...
 

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!] More...
 
virtual AppBase::ProgressDisplaygetProgressDisplay () const
 
virtual bool hasProgressDisplay () const
 
virtual void cancelAlgorithm ()
 Call this when the algorithm is cancelled. More...
 
virtual void algorithmCancelled ()
 Called when the algorithm got cancelled; override with cleaning up process etc. More...
 
- 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

Definition at line 91 of file StitcherAlgorithm.h.

Definition at line 90 of file StitcherAlgorithm.h.

Constructor & Destructor Documentation

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.

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

Definition at line 105 of file StitcherAlgorithm.h.

Member Data Documentation

DestAlpha& HuginBase::ImageStitcherAlgorithm::o_alpha
protected

Definition at line 110 of file StitcherAlgorithm.h.

DestImage& HuginBase::ImageStitcherAlgorithm::o_panoImage
protected

Definition at line 105 of file StitcherAlgorithm.h.


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