E3DObjectExtractor::GetReferenceHeightRange

E3DObjectExtractor::SetReferenceHeightRange

The extraction object reference height range in metric units. Reference height is the dimension of the object along the ZMap Z axis from ZMap origin. For a height based on the object base plane, use E3DObjectExtractor.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetReferenceHeightRange() const

void SetReferenceHeightRange(const EFloatRange& referenceHeightRange)

E3DObjectExtractor.ReferenceHeightRange

The extraction object reference height range in metric units. Reference height is the dimension of the object along the ZMap Z axis from ZMap origin. For a height based on the object base plane, use E3DObjectExtractor.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange ReferenceHeightRange

{ get; set; }