ECodedElement::GetEccentricity

Returns the eccentricity of the ellipse of inertia.

Namespace: Euresys::Open_eVision

[C++]

float GetEccentricity() const

Remarks

The ellipse of inertia is defined as the ellipse that has the same second order moments as the original coded element. The eccentricity is zero for circular objects and one for a line-shaped objects.

ECodedElement.Eccentricity

Returns the eccentricity of the ellipse of inertia.

Namespace: Euresys.Open_eVision

[C#]

float Eccentricity

{ get; }

Remarks

The ellipse of inertia is defined as the ellipse that has the same second order moments as the original coded element. The eccentricity is zero for circular objects and one for a line-shaped objects.