E3DObjectExtractor::GetOrientationRange

E3DObjectExtractor::SetOrientationRange

The allowed angle range of the oriented 2D rectangle region. This is the angle of the longest axis (the length of the object), in counter clockwise direction, from the horizontal axis. Valid values are between -90 and +90 degrees (or -Pi/2 and Pi/2 if angle unit is radians).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetOrientationRange() const

void SetOrientationRange(const EFloatRange& orientationRange)

E3DObjectExtractor.OrientationRange

The allowed angle range of the oriented 2D rectangle region. This is the angle of the longest axis (the length of the object), in counter clockwise direction, from the horizontal axis. Valid values are between -90 and +90 degrees (or -Pi/2 and Pi/2 if angle unit is radians).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange OrientationRange

{ get; set; }