![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Returns the orientation of the minimum 2D Feret diameter. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MinFeretOrientation2dMsr |
| Measurement object for measure MinFeretOrientation2d. More... | |
| class | ipsdk::imaproc::shape::analysis::MinFeretOrientation2dMsrInfo |
| Information object for measure MinFeretOrientation2d. More... | |
| class | ipsdk::imaproc::shape::analysis::MinFeretOrientation2dMsrParams |
| Parameter object for measure MinFeretOrientation2d. More... | |
Returns the orientation of the minimum 2D Feret diameter.
This measure returns the inximum Feret 2D diameter orientation.
Here is an example of orientation measurement :
Returns the orientation of the minimum 2D Feret diameter
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Generic |
Angle |
|
Value (ipsdk::ipReal64) |
Boundary Approximation |
This is a generic measure
This measure can only be used in 2d case
Measure MinFeretOrientation2d is associated to an angular (radians) measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_RadianUnit]
Measure MinFeretOrientation2d is associated to MinFeretOrientation2dMsrParams parameters
Measure MinFeretOrientation2d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MinFeretOrientation2d requires boundary approximation from shape data
Measure MinFeretOrientation2d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | ConvexHull2d | ConvexHull2d |
Generic example in 2d case :
1.8.14