CvGetHuMoments Method OpenCvSharp Class Library
Calculates seven Hu invariants

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void GetHuMoments(
	CvMoments moments,
	out CvHuMoments humoments
)

Parameters

moments
Type: OpenCvSharpCvMoments
Moment state structure
humoments
Type: OpenCvSharpCvHuMoments
Pointer to Hu moments structure
See Also

Reference