[This is preliminary documentation and is subject to change.]

Calculates seven Hu invariants

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

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