Calculates seven Hu invariants

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

Syntax

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

Parameters

moments
Type: Emgu.CV.Structure..::.MCvMoments %
Pointer to the moment state structure
hu_moments
Type: Emgu.CV.Structure..::.MCvHuMoments %
Pointer to Hu moments structure.

See Also