![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measure allowing to compute the area of the 2d convex hull for shape. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::ConvexHullArea2dMsr |
| Measurement object for measure ConvexHullArea2d. More... | |
| class | ipsdk::imaproc::shape::analysis::ConvexHullArea2dMsrInfo |
| Information object for measure ConvexHullArea2d. More... | |
Measure allowing to compute the area of the 2d convex hull for shape.
The ConvexHullArea2d measure computes the area of the convex hull calculated for each shape.
Here is an example of area 2d measurement :
See [Concept] Convex Hull 2d for more details about the convex hull calculation and Area2d for more details about the area computation.
Measure allowing to compute the area of the 2d convex hull for shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
Area |
None |
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a generic measure
This measure can only be used in 2d case
Measure ConvexHullArea2d is associated to an area measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_AreaUnit]
Measure ConvexHullArea2d has no parameters
Measure ConvexHullArea2d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure ConvexHullArea2d requires boundary approximation from shape data
Measure ConvexHullArea2d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | ConvexHull | ConvexHull2d |
Generic example in 2d case :
1.8.14