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