ECodedElement::GetArea

Returns the number of pixels inside the coded element.

Namespace: Euresys::Open_eVision

[C++]

OEV_UINT32 GetArea() const

Remarks

Equivalently, the area corresponds to the sum of the length of the runs of the coded element.

ECodedElement.Area

Returns the number of pixels inside the coded element.

Namespace: Euresys.Open_eVision

[C#]

uint Area

{ get; }

Remarks

Equivalently, the area corresponds to the sum of the length of the runs of the coded element.