http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Calculates seven Hu invariants
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvGetHuMoments( ref MCvMoments moments, ref MCvHuMoments huMoments ) |
Visual Basic |
---|
Public Shared Sub cvGetHuMoments ( _ ByRef moments As MCvMoments, _ ByRef huMoments As MCvHuMoments _ ) |
Visual C++ |
---|
public: static void cvGetHuMoments( MCvMoments% moments, MCvHuMoments% huMoments ) |
Parameters
- moments
- Type: Emgu.CV.Structure..::..MCvMoments%
Pointer to the moment state structure
- huMoments
- Type: Emgu.CV.Structure..::..MCvHuMoments%
Pointer to Hu moments structure.