|
Hugin trunk 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. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| virtual | ~PanoramaAlgorithm () |
| virtual bool | hasRunSuccessfully () |
| virtual void | run () |
| runs the algorithm. | |
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(), HuginBase::PanoramaOptions::EQUIRECTANGULAR, HuginBase::PanoramaAlgorithm::run(), HuginBase::PanoramaOptions::setHeight(), HuginBase::PanoramaOptions::setHFOV(), HuginBase::PanoramaOptions::setProjection(), HuginBase::PanoramaOptions::setWidth(), vigra_ext::srcMask(), vigra_ext::srcMaskRange(), and threshold().
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 53 of file CenterHorizontally.h.
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 57 of file CenterHorizontally.h.