|
Hugin trunk 0.1
|
just some common implementation; probably not so useful More...
#include <CalculateCPStatistics.h>

Public Member Functions | |
| virtual | ~CalculateCPStatistics () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm ()=0 |
| implementation of the algorithm. | |
| virtual double | getResultMin () |
| virtual double | getResultMax () |
| virtual double | getResultMean () |
| virtual double | getResultVariance () |
Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| virtual | ~PanoramaAlgorithm () |
| virtual bool | hasRunSuccessfully () |
| virtual void | run () |
| runs the algorithm. | |
Protected Member Functions | |
| CalculateCPStatistics (PanoramaData &panorama, const int &imgNr=-1) | |
Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaAlgorithm (PanoramaData &panorama) | |
Protected Attributes | |
| int | o_imageNumber |
| double | o_resultMin |
| double | o_resultMax |
| double | o_resultMean |
| double | o_resultVar |
Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaData & | o_panorama |
| bool | o_successful |
just some common implementation; probably not so useful
Definition at line 38 of file CalculateCPStatistics.h.
|
inlineprotected |
Definition at line 43 of file CalculateCPStatistics.h.
|
inlinevirtual |
Definition at line 49 of file CalculateCPStatistics.h.
Definition at line 70 of file CalculateCPStatistics.h.
Definition at line 77 of file CalculateCPStatistics.h.
Definition at line 63 of file CalculateCPStatistics.h.
Definition at line 84 of file CalculateCPStatistics.h.
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 54 of file CalculateCPStatistics.h.
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Implemented in HuginBase::CalculateCPStatisticsError, and HuginBase::CalculateCPStatisticsRadial.
|
protected |
Definition at line 91 of file CalculateCPStatistics.h.
|
protected |
Definition at line 92 of file CalculateCPStatistics.h.
|
protected |
Definition at line 92 of file CalculateCPStatistics.h.
|
protected |
Definition at line 92 of file CalculateCPStatistics.h.
|
protected |
Definition at line 92 of file CalculateCPStatistics.h.