Calculates seven Hu invariants

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 )

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