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

Public Member Functions | |
| ComputeImageROI (PanoramaData &panorama, const UIntSet &images) | |
| virtual | ~ComputeImageROI () |
| virtual bool | modifiesPanoramaData () const |
| returns true if the algorithm changes the PanoramaData. | |
| virtual bool | runAlgorithm () |
| implementation of the algorithm. | |
| virtual std::vector< vigra::Rect2D > | getROIS () |
Static Public Member Functions | |
| std::vector< vigra::Rect2D > | computeROIS (const PanoramaData &panorama, const PanoramaOptions &opts, const UIntSet &images) |
Protected Attributes | |
| UIntSet | m_images |
| std::vector< vigra::Rect2D > | m_rois |
Constructor & Destructor Documentation
|
||||||||||||
|
|
|
|
|
Member Function Documentation
|
||||||||||||||||
|
|
|
|
|
|
|
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. |
Member Data Documentation
|
|
|
|
|
|
The documentation for this class was generated from the following files:
- hugin_base/algorithms/nona/ComputeImageROI.h
- hugin_base/algorithms/nona/ComputeImageROI.cpp
1.3.9.1