Get the moments for this point sequence

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 MCvMoments GetMoments()
Public Function GetMoments As MCvMoments
public:
MCvMoments GetMoments()

Return Value

the moments for this point sequence

See Also