![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Measure allowing to compute the second order moment for 3d shape. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::Inertia3dMsr |
| Measurement object for measure Inertia3d. More... | |
| class | ipsdk::imaproc::shape::analysis::Inertia3dMsrInfo |
| Information object for measure Inertia3d. More... | |
| class | ipsdk::imaproc::shape::analysis::Inertia3dMsrResults |
| Measurement results object for measure Inertia3d. More... | |
Measure allowing to compute the second order moment for 3d shape.
The Inertia3d measurement computes the second order central moment for each shape, without taking the pixels intensities into consideration.
It is equivalent to GreyInertia with all voxels intensities set to 1 in 3d case.
Here is an example of the inertia calculation :
Measure allowing to compute the second order moment for 3d shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 3d |
None |
None |
Custom |
Row Intersections |
This is a geometry 3d measure
This measure can only be used in 3d case
Measure Inertia3d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure Inertia3d has no parameters
Measure Inertia3d is associated to Inertia3dMsrResults results
Measure Inertia3d requires row intersections from shape data
Measure Inertia3d depends on following measures :
| Measure Mode | Measure Name | Measure Type | Measure Parameters |
|---|---|---|---|
| eMVP_3d | Barycenter | Barycenter3d |
Generic example in 3d case :
1.8.14