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