| class TPanoramaLens |
This class provides the lens parameters that describe the internal camera characteristics.
| Public Member Functions | |
|---|---|
| TPanoramaLens() | |
| TPanoramaLens(TReal32 *, TReal32 *, TReal32, TReal32 *, TUint32, TUint32) | |
| Public Attributes | |
|---|---|
| TReal32 | iDist |
| TReal32 | iFocalLength |
| TUint32 | iHeight |
| TReal32 | iPrincipalPoint |
| TReal32 | iSkew |
| TUint32 | iWidth |
| Private Attributes | |
|---|---|
| TAny * | iPad1 |
| TAny * | iPad2 |
| TAny * | iPad3 |
| TAny * | iPad4 |
| IMPORT_C | TPanoramaLens | ( | TReal32 * | aFocalLength, |
| TReal32 * | aPrincipalPoint, | |||
| TReal32 | aSkew, | |||
| TReal32 * | aDist, | |||
| TUint32 | aWidth, | |||
| TUint32 | aHeight | |||
| ) | ||||
Creates a TPanoramaLens object
0.0f means no skew
| TReal32 * aFocalLength | Focal length coordinates, this is an array of size KPanLensIndex. |
| TReal32 * aPrincipalPoint | Principal point coordinates, this is an array of size KPanLensIndex. |
| TReal32 aSkew | Skew coefficient. |
| TReal32 * aDist | Distortion coefficients, this is an array of size KPanLensDist. |
| TUint32 aWidth | Image width when the camera was calibrated. |
| TUint32 aHeight | Image height when the camera was calibrated. |