#include <FitPanorama.h>
Inheritance diagram for HuginBase::CalculateFitPanorama:

Public Member Functions | |
| CalculateFitPanorama (PanoramaData &panorama) | |
| virtual | ~CalculateFitPanorama () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
| virtual double | getResultHorizontalFOV () |
| virtual double | getResultHeight () |
Static Public Member Functions | |
| void | fitPano (PanoramaData &panorama, double &HFOV, double &height) |
Protected Attributes | |
| double | o_resultHFOV |
| double | o_resultHeight |
|
|
Definition at line 42 of file FitPanorama.h. |
|
|
Definition at line 47 of file FitPanorama.h. |
|
||||||||||||||||
|
|
Definition at line 75 of file FitPanorama.h. Referenced by HuginLines::_getVerticalLines(), PT::Panorama::fitPano(), main(), HuginBase::FitPanorama::runAlgorithm(), and HuginBase::PointSampler::sampleAndExtractPoints(). |
|
|
Definition at line 68 of file FitPanorama.h. Referenced by HuginLines::_getVerticalLines(), PT::Panorama::fitPano(), main(), HuginBase::FitPanorama::runAlgorithm(), and HuginBase::PointSampler::sampleAndExtractPoints(). |
|
|
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm. Reimplemented in HuginBase::FitPanorama. Definition at line 52 of file FitPanorama.h. |
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. Reimplemented in HuginBase::FitPanorama. Definition at line 56 of file FitPanorama.h. |
|
|
Definition at line 83 of file FitPanorama.h. |
|
|
Definition at line 82 of file FitPanorama.h. |
1.3.9.1