EasyObject::ContourArea
Computes the area of an object from its contour.
Namespace: Euresys::Open_eVision_23_12
[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_23_12
[C#]
void ContourArea(
Euresys.Open_eVision_23_12.EPathVector pPathVector,
ref int n32Area
)
Parameters
pPathVector
Pointer to the source vector.
n32Area
Reference to the area to compute.