#include <CalculateFOV.h>
Inheritance diagram for HuginBase::CalculateFOV:

Public Member Functions | |
| CalculateFOV (PanoramaData &panorama) | |
| virtual | ~CalculateFOV () |
| bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| bool | runAlgorithm () |
| implementation of the algorithm. | |
| double | getResultHorizontalFOV () |
| double | getResultVerticalFOV () |
| hugin_utils::FDiff2D | getResultFOV () |
Static Public Member Functions | |
| hugin_utils::FDiff2D | calcFOV (const PanoramaData &panorama) |
Protected Attributes | |
| hugin_utils::FDiff2D | o_resultFOV |
|
|
Definition at line 43 of file CalculateFOV.h. |
|
|
Definition at line 48 of file CalculateFOV.h. |
|
|
|
Definition at line 84 of file CalculateFOV.h. References hugin_utils::FDiff2D. |
|
|
Definition at line 70 of file CalculateFOV.h. |
|
|
Definition at line 77 of file CalculateFOV.h. |
|
|
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm. Definition at line 53 of file CalculateFOV.h. |
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. Definition at line 57 of file CalculateFOV.h. |
|
|
Definition at line 92 of file CalculateFOV.h. |
1.3.9.1