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