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

Get the moments for this point sequence

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

Return Value

the moments for this point sequence

See Also