![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Returns the phi orientation (in the x-y plan) of the minimum 3D Feret diameter. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::MinFeretOrientationPhi3dMsr |
| Measurement object for measure MinFeretOrientationPhi3d. More... | |
Returns the phi orientation (in the x-y plan) of the minimum 3D Feret diameter.
Considering a (phi-theta 3D angle representation), this measure returns the phi component of the minimum Feret 3D diameter orientation.
Here is an example of orientation measurement :
Returns the phi orientation (in the x-y plan) of the minimum 3D 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 3d case
Measure MinFeretOrientationPhi3d is associated to an angular (radians) measurement unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_RadianUnit]
Measure MinFeretOrientationPhi3d is associated to MinFeretOrientationPhi3dMsrParams parameters
Measure MinFeretOrientationPhi3d is associated to ipsdk::shape::analysis::ValueMeasureResult<ipsdk::ipReal64> results
Measure MinFeretOrientationPhi3d requires boundary approximation from shape data
Measure MinFeretOrientationPhi3d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_3d | ConvexHull3d | ConvexHull3d |
Generic example in 3d case :
1.8.14