![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Returns the x coordinate of the first point used to compute the minimum Feret diameter. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MinFeretPt0XMsr |
| Measurement object for measure MinFeretPt0X. More... | |
| class | ipsdk::imaproc::shape::analysis::MinFeretPt0XMsrInfo |
| Information object for measure MinFeretPt0X. More... | |
| class | ipsdk::imaproc::shape::analysis::MinFeretPt0XMsrParams |
| Parameter object for measure MinFeretPt0X. More... | |
Returns the x coordinate of the first point used to compute the minimum Feret diameter.
This measure returns the x-coordinate of the first point used to compute the minimum Feret diameter.
Here is an example of orientation measurement :
Returns the x coordinate of the first point used to compute the minimum 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 MinFeretPt0X is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure MinFeretPt0X is associated to MinFeretPt0XMsrParams parameters
Measure MinFeretPt0X is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MinFeretPt0X requires boundary approximation from shape data
Measure MinFeretPt0X 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