EWorldShape::AutoCalibrate
Returns the best calibration modes for the current calibration grid and calibrates the field of view accordingly.
Namespace: Euresys::Open_eVision_2_16
[C++]
OEV_UINT32 AutoCalibrate(
BOOL testEmpiricalModes
)
Parameters
testEmpiricalModes
Boolean indicating whether empirical calibration modes (ECalibrationMode_Quadratic and ECalibrationMode_Bilinear) should be considered when determining the best calibration modes.
Remarks
To ensure a successful calibration, the perspective angle of the view should not exceed 45 degrees.
EWorldShape.AutoCalibrate
Returns the best calibration modes for the current calibration grid and calibrates the field of view accordingly.
Namespace: Euresys.Open_eVision_2_16
[C#]
uint AutoCalibrate(
bool testEmpiricalModes
)
Parameters
testEmpiricalModes
Boolean indicating whether empirical calibration modes (Quadratic and Bilinear) should be considered when determining the best calibration modes.
Remarks
To ensure a successful calibration, the perspective angle of the view should not exceed 45 degrees.