CvInvokeHuMoments Method (Moments) |
http://www.emgu.com
Calculates seven Hu invariants
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static double[] HuMoments(
Moments m
)
Public Shared Function HuMoments (
m As Moments
) As Double()
public:
static array<double>^ HuMoments(
Moments^ m
)
static member HuMoments :
m : Moments -> float[]
Parameters
- m
- Type: Emgu.CVMoments
The image moment
Return Value
Type:
DoubleThe output Hu moments.
See Also