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