CvMoments Class OpenCvSharp Class Library
Moment state structure
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvMoments

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class CvMoments

The CvMoments type exposes the following members.

Constructors

  NameDescription
Public methodCvMoments
Default constructor
Public methodCvMoments(CvArr, Boolean)
Initialize by cvMoments
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCentralMoment
Retrieves central moment from moment state structure
Public methodGetHashCode (Inherited from Object.)
Public methodGetHuMoments
Calculates seven Hu invariants
Public methodGetNormalizedCentralMoment
Retrieves normalized central moment from moment state structure
Public methodGetSpatialMoment
Retrieves spatial moment from moment state structure
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldInvSqrtM00
Public fieldM00
Public fieldM01
Public fieldM02
Public fieldM03
Public fieldM10
Public fieldM11
Public fieldM12
Public fieldM20
Public fieldM21
Public fieldM30
Public fieldMu02
Public fieldMu03
Public fieldMu11
Public fieldMu12
Public fieldMu20
Public fieldMu21
Public fieldMu30
Top
See Also

Reference