ECalibrationMode Enum

Allowed values for the calibration mode.

Namespace: Euresys::Open_eVision_2_11

ECalibrationMode_Raw
No calibration at all.
ECalibrationMode_Inverse
The ordinate axis points downwards instead of upwards.
ECalibrationMode_Scaled
The pixels are assigned a physical size.
ECalibrationMode_Anisotropic
The physical size of the pixels differ horizontally and vertically. (Beware there is a restriction pertaining to the allowed image anisotropy. The resulting pixels aspect ratio should be in the range [-4/3, -3/4] (or [3/4, 4/3]), otherwise the calibration process could fail).
ECalibrationMode_Skewed
The coordinate axis make an angle with the image edge.
ECalibrationMode_Tilted
The field-of-view plane is not perpendicular to the optical axis.
ECalibrationMode_Radial
The lens introduces some amount of radial distortion.
ECalibrationMode_Bilinear
This mode can not be combined with other calibration mode. The bilinear calibration is based on a first order polynomial approach.
ECalibrationMode_Quadratic
This mode can not be combined with other calibration mode. The quadratic calibration is based on a second order polynomial approach.

ECalibrationMode Enum

Allowed values for the calibration mode.

Namespace: Euresys.Open_eVision_2_11

Raw
No calibration at all.
Inverse
The ordinate axis points downwards instead of upwards.
Scaled
The pixels are assigned a physical size.
Anisotropic
The physical size of the pixels differ horizontally and vertically. (Beware there is a restriction pertaining to the allowed image anisotropy. The resulting pixels aspect ratio should be in the range [-4/3, -3/4] (or [3/4, 4/3]), otherwise the calibration process could fail).
Skewed
The coordinate axis make an angle with the image edge.
Tilted
The field-of-view plane is not perpendicular to the optical axis.
Radial
The lens introduces some amount of radial distortion.
Bilinear
This mode can not be combined with other calibration mode. The bilinear calibration is based on a first order polynomial approach.
Quadratic
This mode can not be combined with other calibration mode. The quadratic calibration is based on a second order polynomial approach.