EasyObject::ContourArea
Computes the area of an object from its contour.
Namespace: Euresys::Open_eVision
[C++]
[[deprecated]]
static void ContourArea(
EPathVector* pPathVector,
int32_t& n32Area
)
static int32_t ContourArea(
EPathVector* pPathVector
)
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#]
[Obsolete]
static void ContourArea(
EPathVector pPathVector,
ref int n32Area
)
static int ContourArea(
EPathVector pPathVector
)
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.
Module: open_evision
[Python]
@staticmethod
ContourArea(
pPathVector: EPathVector
) -> int
Parameters
pPathVector
Pointer to the source vector.