Get the moments for this point sequence

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

Syntax

C#
public MCvMoments GetMoments()
Visual Basic (Declaration)
Public Function GetMoments As MCvMoments
Visual C++
public:
MCvMoments GetMoments()

Return Value

the moments for this point sequence

See Also