Click or drag to resize
Accord.NET (logo)

RawMoments Properties

The RawMoments type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area (for binary images) or sum of gray level (for grayscale images).
Public propertyCenterX
Gets the X centroid of the image.
Public propertyCenterY
Gets the Y centroid of the image.
Public propertyInvM00
Inverse raw moment of order (0,0).
Public propertyM00
Raw moment of order (0,0).
Public propertyM01
Raw moment of order (0,1).
Public propertyM02
Raw moment of order (0,2).
Public propertyM03
Raw moment of order (0,3).
Public propertyM10
Raw moment of order (1,0).
Public propertyM11
Raw moment of order (1,1).
Public propertyM12
Raw moment of order (1,2).
Public propertyM20
Raw moment of order (2,0).
Public propertyM21
Raw moment of order (2,1).
Public propertyM30
Raw moment of order (3,0).
Public propertyOrder
Gets or sets the maximum order of the moments.
(Inherited from MomentsBase.)
Top
See Also