PT::Panorama Class Reference
#include <Panorama.h>
Inheritance diagram for PT::Panorama:

Public Member Functions | |
| Panorama () | |
| ctor. | |
| Panorama (const HuginBase::Panorama &pano) | |
| virtual | ~Panorama () |
| dtor. | |
| hugin_utils::FDiff2D | calcFOV () const |
| calculates the horizontal and vertial FOV of the complete panorama | |
| void | fitPano (double &HFOV, double &height) |
| calculate the HFOV and height so that the whole input fits in into the output panorama | |
| unsigned | calcOptimalWidth () const |
| calculate the optimal width for this panorama | |
| void | calcOptimalROI (vigra::Rect2D &roi, vigra::Size2D &size) |
| Calculates the ROI to make the best ROI without excess for crop. | |
| void | calcCtrlPntsErrorStats (double &min, double &max, double &mean, double &var, int imgNr=-1) const |
| calculate control point error distance statistics | |
| void | calcCtrlPntsRadiStats (double &min, double &max, double &mean, double &var, double &q10, double &q90, int imgNr=-1) const |
| calculate control point radial distance statistics. | |
| void | centerHorizontically () |
| center panorama horizontically | |
| void | rotate (double yaw, double pitch, double roll) |
| rotate the complete panorama | |
| void | rotate (const Matrix3 &rot) |
| rotate the complete panorama. | |
| void | straighten () |
| try to automatically straighten the panorama | |
Constructor & Destructor Documentation
|
|
ctor.
Reimplemented from HuginBase::Panorama. |
|
|
|
|
|
dtor.
Reimplemented from HuginBase::Panorama. |
Member Function Documentation
|
||||||||||||||||||||||||
|
calculate control point error distance statistics
|
|
||||||||||||||||||||||||||||||||
|
calculate control point radial distance statistics. q10 and q90 are the 10% and 90% quantile |
|
|
calculates the horizontal and vertial FOV of the complete panorama
|
|
||||||||||||
|
Calculates the ROI to make the best ROI without excess for crop.
|
|
|
calculate the optimal width for this panorama Optimal means that the pixel density at the panorama and image center of the image with the highest resolution are the same. |
|
|
center panorama horizontically
|
|
||||||||||||
|
calculate the HFOV and height so that the whole input fits in into the output panorama
|
|
|
rotate the complete panorama. Will modify the position of all images. |
|
||||||||||||||||
|
rotate the complete panorama Will modify the position of all images. |
|
|
try to automatically straighten the panorama
|
The documentation for this class was generated from the following file:
- hugin1/PT/Panorama.h
1.3.9.1