TPanoramaLens Class Reference
#include
<panorama/panorama.h>
Link against: panorama.lib
Detailed Description
This class provides the lens parameters that describe the internal camera characteristics.
Member Attribute Documentation
Constructor & Destructor Documentation
TPanoramaLens ( TReal32 *, TReal32 *, TReal32, TReal32 *, TUint32, TUint32 )
Parameter | Description | 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. |