![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Returns the z coordinate of the second point used to compute the maximum Feret diameter. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretPt1ZMsr |
| Measurement object for measure MaxFeretPt1Z. More... | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretPt1ZMsrInfo |
| Information object for measure MaxFeretPt1Z. More... | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretPt1ZMsrParams |
| Parameter object for measure MaxFeretPt1Z. More... | |
Returns the z coordinate of the second point used to compute the maximum Feret diameter.
This measure returns the z-coordinate of the second point used to compute the maximum Feret diameter.
Here is an example of orientation measurement :
Returns the z coordinate of the second point used to compute the maximum Feret diameter
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
None |
|
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a generic measure
This measure can be used in 2d and 3d case
Measure MaxFeretPt1Z is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure MaxFeretPt1Z is associated to MaxFeretPt1ZMsrParams parameters
Measure MaxFeretPt1Z is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MaxFeretPt1Z requires boundary approximation from shape data
Measure MaxFeretPt1Z depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | ConvexHull2d | ConvexHull2d | |
| eMVP_3d | ConvexHull3d | ConvexHull3d |
Generic example in 2d case :
Generic example in 3d case :
1.8.14