Click or drag to resize

Moments Class

Raster image moments
Inheritance Hierarchy
SystemObject
  OpenCvSharpMoments

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public class Moments

The Moments type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHuMoments
computes 7 Hu invariants from the moments
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldM00
spatial moments
Public fieldM01
spatial moments
Public fieldM02
spatial moments
Public fieldM03
spatial moments
Public fieldM10
spatial moments
Public fieldM11
spatial moments
Public fieldM12
spatial moments
Public fieldM20
spatial moments
Public fieldM21
spatial moments
Public fieldM30
spatial moments
Public fieldMu02
central moments
Public fieldMu03
central moments
Public fieldMu11
central moments
Public fieldMu12
central moments
Public fieldMu20
central moments
Public fieldMu21
central moments
Public fieldMu30
central moments
Public fieldNu02
central normalized moments
Public fieldNu03
central normalized moments
Public fieldNu11
central normalized moments
Public fieldNu12
central normalized moments
Public fieldNu20
central normalized moments
Public fieldNu21
central normalized moments
Public fieldNu30
central normalized moments
Top
See Also