![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Hu Moments of order up to 3 measurement of a shape This measure computes the Hu moment invariants for each shape. The moments are calculated according to https://en.wikipedia.org/wiki/Image_moment#Moment_invariants. More...
Classes | |
| class | ipsdk::imaproc::shape::analysis::HuMoments2dMsr |
| Measurement object for measure HuMoments2d. More... | |
| class | ipsdk::imaproc::shape::analysis::HuMoments2dMsrInfo |
| Information object for measure HuMoments2d. More... | |
| class | ipsdk::imaproc::shape::analysis::HuMoments2dMsrResults |
| Measurement results object for measure HuMoments2d. More... | |
Typedefs | |
| typedef HolesBasicPolicyMsrParams | ipsdk::imaproc::shape::analysis::HuMoments2dMsrParams |
| parameter type associated to class | |
Hu Moments of order up to 3 measurement of a shape This measure computes the Hu moment invariants for each shape. The moments are calculated according to https://en.wikipedia.org/wiki/Image_moment#Moment_invariants.
Here is an example of Hu moment measurement in 2d case :
Hu Moments of order up to 3 measurement of a shape
| Measure Type | Measure Unit Type | Parameter Type | Result Type | Shape Requirements |
|---|---|---|---|---|
Geometry 2d |
None |
|
Custom |
Boundary Approximation |
This is a geometry 2d measure
This measure can only be used in 2d case
Measure HuMoments2d is not associated to any unit [ipsdk::shape::analysis::eMsrUnitFormat::eMUF_NoUnit]
Measure HuMoments2d is associated to HuMoments2dMsrParams parameters
Measure HuMoments2d is associated to HuMoments2dMsrResults results
Measure HuMoments2d requires boundary approximation from shape data
Measure HuMoments2d has no dependency
Generic example in 2d case :
1.8.14