![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measure allowing to get the shape minimum z coordinate. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::BoundingBoxMinZMsr |
| Measurement object for measure BoundingBoxMinZ. More... | |
| class | ipsdk::imaproc::shape::analysis::BoundingBoxMinZMsrInfo |
| Information object for measure BoundingBoxMinZ. More... | |
Measure allowing to get the shape minimum z coordinate.
This measure computes the minimum z coordinate of the bounding boxes calculated for each shape.
In the case of 2d images, the minimum coordinate along the z-axis is set to 0.
Here is an example of minimum z coordinate measurement :
See [Concept] Bounding Box 2d and [Concept] Bounding Box 3d for more details about the bounding box calculation.
Measure allowing to get the shape minimum z coordinate
| 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 3d case
Measure BoundingBoxMinZ is associated to a length measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_LengthUnit]
Measure BoundingBoxMinZ has no parameters
Measure BoundingBoxMinZ is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure BoundingBoxMinZ requires boundary approximation from shape data
Measure BoundingBoxMinZ depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_3d | BoundingBox | BoundingBox3d |
Generic example in 3d case :
1.8.14