| Hugintrunk
    0.1
    | 
#include <CalculateMeanExposure.h>

| Public Member Functions | |
| CalculateMeanExposure (PanoramaData &panorama) | |
| virtual | ~CalculateMeanExposure () | 
| virtual bool | modifiesPanoramaData () const | 
| returns true if the algorithm changes the PanoramaData.  More... | |
| virtual bool | runAlgorithm () | 
| implementation of the algorithm.  More... | |
| virtual double | getResultExposure () const | 
|  Public Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| virtual | ~PanoramaAlgorithm () | 
| virtual bool | hasRunSuccessfully () | 
| virtual void | run () | 
| runs the algorithm.  More... | |
| Static Public Member Functions | |
| static double | calcMeanExposure (const PanoramaData &pano) | 
| Protected Attributes | |
| double | o_resultExposure | 
|  Protected Attributes inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaData & | o_panorama | 
| bool | o_successful | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from HuginBase::PanoramaAlgorithm | |
| PanoramaAlgorithm (PanoramaData &panorama) | |
Definition at line 37 of file CalculateMeanExposure.h.
| 
 | inlineexplicit | 
Definition at line 42 of file CalculateMeanExposure.h.
| 
 | inlinevirtual | 
Definition at line 47 of file CalculateMeanExposure.h.
| 
 | static | 
Definition at line 35 of file CalculateMeanExposure.cpp.
References HuginBase::PanoramaData::getImage(), and HuginBase::PanoramaData::getNrOfImages().
Referenced by main(), PreviewFrame::OnDefaultExposure(), GLPreviewFrame::OnDefaultExposure(), PanoCommand::ResetToMeanExposure::processPanorama(), OptimizePhotometricPanel::runOptimizer(), and SetExposure().
| 
 | inlinevirtual | 
Definition at line 69 of file CalculateMeanExposure.h.
| 
 | inlinevirtual | 
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 52 of file CalculateMeanExposure.h.
| 
 | inlinevirtual | 
implementation of the algorithm.
You should override with your algorithm's implementiation.
Implements HuginBase::PanoramaAlgorithm.
Definition at line 56 of file CalculateMeanExposure.h.
| 
 | protected | 
Definition at line 77 of file CalculateMeanExposure.h.
 1.8.5
 1.8.5