![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Returns the orientation of the maximum 2D Feret diameter. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretOrientation2dMsr |
| Measurement object for measure MaxFeretOrientation2d. More... | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretOrientation2dMsrInfo |
| Information object for measure MaxFeretOrientation2d. More... | |
| class | ipsdk::imaproc::shape::analysis::MaxFeretOrientation2dMsrParams |
| Parameter object for measure MaxFeretOrientation2d. More... | |
Returns the orientation of the maximum 2D Feret diameter.
This measure returns the maximum Feret 2D diameter orientation.
Here is an example of orientation measurement :
Returns the orientation of the maximum 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 MaxFeretOrientation2d is associated to an angular (radians) measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_RadianUnit]
Measure MaxFeretOrientation2d is associated to MaxFeretOrientation2dMsrParams parameters
Measure MaxFeretOrientation2d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MaxFeretOrientation2d requires boundary approximation from shape data
Measure MaxFeretOrientation2d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_2d | ConvexHull2d | ConvexHull2d |
Generic example in 2d case :
1.8.14