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