Calculates seven Hu invariants

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

Syntax

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

Parameters

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

See Also