EasyObject::ContourArea

Computes the area of an object from its contour.

Namespace: Euresys::Open_eVision

[C++]

void ContourArea(
   EPathVector* pPathVector,
   int& n32Area
)

Parameters

pPathVector

Pointer to the source vector.

n32Area

Reference to the area to compute.

EasyObject.ContourArea

Computes the area of an object from its contour.

Namespace: Euresys.Open_eVision

[C#]

void ContourArea(
   Euresys.Open_eVision.EPathVector pPathVector,
   ref int n32Area
)

Parameters

pPathVector

Pointer to the source vector.

n32Area

Reference to the area to compute.