Hugintrunk
0.1
|
stitch to file output More...
#include <StitcherAlgorithm.h>
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 | |
DestImage & | o_panoImage |
DestAlpha & | o_alpha |
Protected Attributes inherited from HuginBase::StitcherAlgorithm | |
PanoramaOptions | o_panoramaOptions |
UIntSet | o_usedImages |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
PanoramaData & | o_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::ProgressDisplay * | getProgressDisplay () 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) | |
stitch to file output
Definition at line 86 of file StitcherAlgorithm.h.
typedef vigra::BImage HuginBase::ImageStitcherAlgorithm::DestAlpha |
Definition at line 91 of file StitcherAlgorithm.h.
typedef vigra::FRGBImage HuginBase::ImageStitcherAlgorithm::DestImage |
Definition at line 90 of file StitcherAlgorithm.h.
|
inline |
Definition at line 94 of file StitcherAlgorithm.h.
|
inlinevirtual |
Definition at line 105 of file StitcherAlgorithm.h.
|
protected |
Definition at line 110 of file StitcherAlgorithm.h.
|
protected |
Definition at line 105 of file StitcherAlgorithm.h.