EWorldShape::CalibrationSucceeded

Getter method for the CalibrationSucceeded property. This property is the flag indicating if the calibration has succeeded (true), that is whether the mean variation of grid points (distance between computed grid points and ideal grid points in world space) and the maximum variation of grid points are between given tolerances.

Namespace: Euresys::Open_eVision

[C++]

bool CalibrationSucceeded(
)

Remarks

The mean and maximum grid point variations are normalized using the pitch values. By default, tolerances are set to 0.05 (5 %) for the mean, and 0.1 (10 %) for the maximum grid point variation. You can get and set these tolerances using the EWorldShape::GridPointsMeanVariationThreshold and EWorldShape::GridPointsMaxVariationThreshold properties.

EWorldShape.CalibrationSucceeded

Getter method for the CalibrationSucceeded property. This property is the flag indicating if the calibration has succeeded (true), that is whether the mean variation of grid points (distance between computed grid points and ideal grid points in world space) and the maximum variation of grid points are between given tolerances.

Namespace: Euresys.Open_eVision

[C#]

bool CalibrationSucceeded(
)

Remarks

The mean and maximum grid point variations are normalized using the pitch values. By default, tolerances are set to 0.05 (5 %) for the mean, and 0.1 (10 %) for the maximum grid point variation. You can get and set these tolerances using the EWorldShape::GridPointsMeanVariationThreshold and EWorldShape::GridPointsMaxVariationThreshold properties.