Click or drag to resize

CvInvokeHuMoments Method (Moments, IOutputArray)

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 void HuMoments(
	Moments m,
	IOutputArray hu
)

Parameters

m
Type: Emgu.CVMoments
The image moment
hu
Type: Emgu.CVIOutputArray
The output Hu moments. e.g. a Mat can be passed here.
See Also