#include <panorama/panorama.h>
Link against: panorama.lib
| class TPanoramaLens |
| Public Attributes | |
|---|---|
| TReal32 | iDist |
| TReal32 | iFocalLength |
| TUint32 | iHeight |
| TReal32 | iPrincipalPoint |
| TReal32 | iSkew |
| TUint32 | iWidth |
| Public Member Functions | |
|---|---|
| TPanoramaLens() | |
| TPanoramaLens(TReal32 *, TReal32 *, TReal32, TReal32 *, TUint32, TUint32) | |
This class provides the lens parameters that describe the internal camera characteristics.
| TReal32 | iDist |
| TReal32 | iFocalLength |
| TUint32 | iHeight |
| TReal32 | iPrincipalPoint |
| TReal32 | iSkew |
| TUint32 | iWidth |
| IMPORT_C | TPanoramaLens | ( | ) |
| IMPORT_C | TPanoramaLens | ( | TReal32 * | aFocalLength, |
| TReal32 * | aPrincipalPoint, | |||
| TReal32 | aSkew, | |||
| TReal32 * | aDist, | |||
| TUint32 | aWidth, | |||
| TUint32 | aHeight | |||
| ) | ||||
Creates a TPanoramaLens object
0.0f means no skew
| Parameters | |
|---|---|
| aFocalLength | Focal length coordinates, this is an array of size KPanLensIndex. |
| aPrincipalPoint | Principal point coordinates, this is an array of size KPanLensIndex. |
| aSkew | Skew coefficient. |
| aDist | Distortion coefficients, this is an array of size KPanLensDist. |
| aWidth | Image width when the camera was calibrated. |
| aHeight | Image height when the camera was calibrated. |