Click or drag to resize

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)
Syntax
public static double[] HuMoments(
	Moments m
)

Parameters

m
Type: Emgu.CVMoments
The image moment

Return Value

Type: Double
The output Hu moments.
See Also