Calculates seven Hu invariants

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvGetHuMoments(
	ref MCvMoments moments,
	ref MCvHuMoments huMoments
)
Public Shared Sub cvGetHuMoments ( _
	ByRef moments As MCvMoments, _
	ByRef huMoments As MCvHuMoments _
)
public:
static void cvGetHuMoments(
	MCvMoments% moments, 
	MCvHuMoments% huMoments
)

Parameters

moments
MCvMoments%
Pointer to the moment state structure
huMoments
MCvHuMoments%
Pointer to Hu moments structure.

See Also