EObjectBasedCalibrationGenerator::GetRangeX

EObjectBasedCalibrationGenerator::SetRangeX

Sets/Gets the 'X' axis range for the calibration object detection in the EDepthMap.
If max value is smaller than min value, then max will not be used, we use depth map width - 1 instead.
If min value is smaller than 0, then min will not be used, we use 0 instead.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

EIntegerRange GetRangeX() const

void SetRangeX(const EIntegerRange& Range_X)

EObjectBasedCalibrationGenerator.RangeX

Sets/Gets the 'X' axis range for the calibration object detection in the EDepthMap.
If max value is smaller than min value, then max will not be used, we use depth map width - 1 instead.
If min value is smaller than 0, then min will not be used, we use 0 instead.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EIntegerRange RangeX

{ get; set; }