EWorldShape::Calibrate

Performs a calibration according to the specified combination of calibration modes.

Namespace: Euresys::Open_eVision

[C++]

void Calibrate(
   OEV_UINT32 calibrationModes
)

Parameters

calibrationModes

Calibration modes, as defined by a combination of values from ECalibrationMode.

Remarks

Landmark calibration is the process of computing the calibration parameters by means of a set of known points for which the coordinates are available in both World and Sensor spaces. Usually, such points are chosen as salient features on the part or target in view. They must be such that appropriate image processing techniques allow measuring their positions from the image (directly or indirectly by geometric constructions), while at the same time their coordinates in a reference frame are known. In some cases, not all requested calibration modes are honored. After calibration, EWorldShape::CalibrationModes returns the actual combination of modes in effect. To ensure a successful calibration, the perspective angle of the view should not exceed 45 degrees.

EWorldShape.Calibrate

Performs a calibration according to the specified combination of calibration modes.

Namespace: Euresys.Open_eVision

[C#]

void Calibrate(
   uint calibrationModes
)

Parameters

calibrationModes

Calibration modes, as defined by a combination of values from ECalibrationMode.

Remarks

Landmark calibration is the process of computing the calibration parameters by means of a set of known points for which the coordinates are available in both World and Sensor spaces. Usually, such points are chosen as salient features on the part or target in view. They must be such that appropriate image processing techniques allow measuring their positions from the image (directly or indirectly by geometric constructions), while at the same time their coordinates in a reference frame are known. In some cases, not all requested calibration modes are honored. After calibration, EWorldShape::CalibrationModes returns the actual combination of modes in effect. To ensure a successful calibration, the perspective angle of the view should not exceed 45 degrees.