EObjectBasedCalibrationGenerator::SetCalibrationObjectType

Sets the EObjectBasedCalibrationType used for the computation of the EObjectBasedCalibrationModel.
The type of the object used for the calibration is E3DObjectBasedCalibrationType_NotDefined by default.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetCalibrationObjectType(
   Euresys::Open_eVision::Easy3D::EObjectBasedCalibrationType type
)

void SetCalibrationObjectType(
   Euresys::Open_eVision::Easy3D::EObjectBasedCalibrationType type,
   float sizeA,
   float sizeB,
   float sizeC
)

Parameters

type

Sets the type of object calibration to detect in the EDepthMap.

sizeA

Sets the size 'A' of object calibration (1 by default).

sizeB

Sets the size 'B' of object calibration (1 by default).

sizeC

Sets the size 'C' of object calibration (1 by default).

Remarks

'sizeA', 'sizeB', and 'sizeC' values are in metric unit. The resulting point cloud positions after applying the calibration will follow the same metric unit. Refer to the Open eVision user guide, Easy3D calibration section, for the definition of 'A', 'B' and 'C' dimensions.

EObjectBasedCalibrationGenerator.SetCalibrationObjectType

Sets the EObjectBasedCalibrationType used for the computation of the EObjectBasedCalibrationModel.
The type of the object used for the calibration is E3DObjectBasedCalibrationType_NotDefined by default.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetCalibrationObjectType(
   Euresys.Open_eVision.Easy3D.EObjectBasedCalibrationType type
)

void SetCalibrationObjectType(
   Euresys.Open_eVision.Easy3D.EObjectBasedCalibrationType type,
   float sizeA,
   float sizeB,
   float sizeC
)

Parameters

type

Sets the type of object calibration to detect in the EDepthMap.

sizeA

Sets the size 'A' of object calibration (1 by default).

sizeB

Sets the size 'B' of object calibration (1 by default).

sizeC

Sets the size 'C' of object calibration (1 by default).

Remarks

'sizeA', 'sizeB', and 'sizeC' values are in metric unit. The resulting point cloud positions after applying the calibration will follow the same metric unit. Refer to the Open eVision user guide, Easy3D calibration section, for the definition of 'A', 'B' and 'C' dimensions.