E3DObjectExtractor::GetAspectRatioRange

E3DObjectExtractor::SetAspectRatioRange

The extraction 2D aspect ratio range. The aspect ratio is the smallest dimension divided by the largest dimension, its value is always between 0 and 1. The smaller the ratio, the more elongated the object is. A value of 1 means a perfectly square object (length=width).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetAspectRatioRange() const

void SetAspectRatioRange(const EFloatRange& arRange)

E3DObjectExtractor.AspectRatioRange

The extraction 2D aspect ratio range. The aspect ratio is the smallest dimension divided by the largest dimension, its value is always between 0 and 1. The smaller the ratio, the more elongated the object is. A value of 1 means a perfectly square object (length=width).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange AspectRatioRange

{ get; set; }