Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::CalculateImageOverlap Class Reference
class for calculating overlap of images More...
#include <CalculateOverlap.h>
Public Member Functions | |
| CalculateImageOverlap (const PanoramaData *pano) | |
| constructor | |
| virtual | ~CalculateImageOverlap () |
| destructor | |
| void | calculate (unsigned int steps) |
| does the calculation, for each image steps*steps points are extracted and tested with all other images overlap | |
| double | getOverlap (unsigned int i, unsigned int j) |
| returns the overlap for 2 images with number i and j | |
| void | limitToImages (UIntSet img) |
| limits the calculation of the overlap to given image numbers | |
Detailed Description
class for calculating overlap of images
Constructor & Destructor Documentation
|
|
constructor
|
|
|
destructor
|
Member Function Documentation
|
|
does the calculation, for each image steps*steps points are extracted and tested with all other images overlap
|
|
||||||||||||
|
returns the overlap for 2 images with number i and j
|
|
|
limits the calculation of the overlap to given image numbers
|
The documentation for this class was generated from the following files:
- hugin_base/algorithms/basic/CalculateOverlap.h
- hugin_base/algorithms/basic/CalculateOverlap.cpp
1.3.9.1