Hugintrunk
0.1
|
#include <CenterHorizontally.h>
Public Member Functions | |
CenterHorizontally (PanoramaData &panorama) | |
virtual | ~CenterHorizontally () |
virtual bool | modifiesPanoramaData () const |
returns true if the algorithm changes the PanoramaData. More... | |
virtual bool | runAlgorithm () |
implementation of the algorithm. More... | |
Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
virtual | ~PanoramaAlgorithm () |
virtual bool | hasRunSuccessfully () |
virtual void | run () |
runs the algorithm. More... | |
Static Public Member Functions | |
static void | centerHorizontically (PanoramaData &panorama) |
Additional Inherited Members | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
PanoramaAlgorithm (PanoramaData &panorama) | |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
PanoramaData & | o_panorama |
bool | o_successful |
Definition at line 37 of file CenterHorizontally.h.
|
inlineexplicit |
Definition at line 42 of file CenterHorizontally.h.
|
inlinevirtual |
Definition at line 47 of file CenterHorizontally.h.
|
static |
Definition at line 37 of file CenterHorizontally.cpp.
References vigra_ext::applyRect(), vigra_ext::ROIImage< RemapImage, AlphaImage >::boundingBox(), HuginBase::Nona::RemappedPanoImage< RemapImage, AlphaImage >::calcAlpha(), vigra::omp::copyImageIf(), vigra_ext::destImage(), HuginBase::PanoramaOptions::EQUIRECTANGULAR, HuginBase::PanoramaData::getActiveImages(), HuginBase::PanoramaData::getImage(), HuginBase::PanoramaData::getSrcImage(), vigra_ext::EMoR::h, HuginBase::PanoramaAlgorithm::run(), HuginBase::PanoramaOptions::setHeight(), HuginBase::PanoramaOptions::setHFOV(), HuginBase::Nona::RemappedPanoImage< RemapImage, AlphaImage >::setPanoImage(), HuginBase::PanoramaOptions::setProjection(), HuginBase::PanoramaOptions::setWidth(), vigra_ext::srcMask(), and vigra_ext::srcMaskRange().
|
inlinevirtual |
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 53 of file CenterHorizontally.h.
|
inlinevirtual |
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 57 of file CenterHorizontally.h.