EObjectBasedCalibrationGenerator::GetRangeY

EObjectBasedCalibrationGenerator::SetRangeY

Sets/Gets the 'Y' axis range for the calibration object detection in the depth map.
If max value is smaller than min value, then max will not be used, we use depth map height - 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 GetRangeY() const

void SetRangeY(const EIntegerRange& Range_Y)

EObjectBasedCalibrationGenerator.RangeY

Sets/Gets the 'Y' axis range for the calibration object detection in the depth map.
If max value is smaller than min value, then max will not be used, we use depth map height - 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 RangeY

{ get; set; }