CvInvokeHuMoments Method (Moments) |
http://www.emgu.com
Calculates seven Hu invariants
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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