Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::CalculateOptimalROI Class Reference
#include <CalculateOptimalROI.h>
Inheritance diagram for HuginBase::CalculateOptimalROI:

Public Member Functions | |
| CalculateOptimalROI (PanoramaData &panorama) | |
| virtual | ~CalculateOptimalROI () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
| bool | calcOptimalROI (PanoramaData &panorama) |
| virtual vigra::Rect2D | getResultOptimalROI () |
| return the ROI structure?, for now area | |
| virtual vigra::Size2D | getResultOptimalSize () |
| return the ROI structure?, for now area | |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
|
return the ROI structure?, for now area
|
|
|
return the ROI structure?, for now area
|
|
|
returns true if the algorithm changes the PanoramaData.
Implements HuginBase::PanoramaAlgorithm. |
|
|
implementation of the algorithm. You should override with your algorithm's implementiation. Implements HuginBase::PanoramaAlgorithm. |
The documentation for this class was generated from the following files:
- hugin_base/algorithms/basic/CalculateOptimalROI.h
- hugin_base/algorithms/basic/CalculateOptimalROI.cpp
1.3.9.1