EWorldShape::GetCalibrationModes

EWorldShape::SetCalibrationModes

Current calibration mode, made from a combination of values.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetCalibrationModes()

void SetCalibrationModes(OEV_UINT32 calibrationModes)

Remarks

The supported calibration modes can be set to ECalibrationMode_Raw, meaning that no calibration at all is performed (the World coordinates are pixel indices), or to the logical sum of other values from ECalibrationMode.

EWorldShape.CalibrationModes

Current calibration mode, made from a combination of values.

Namespace: Euresys.Open_eVision

[C#]

uint CalibrationModes

{ get; set; }

Remarks

The supported calibration modes can be set to Raw, meaning that no calibration at all is performed (the World coordinates are pixel indices), or to the logical sum of other values from ECalibrationMode.