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