Click or drag to resize
Accord.NET (logo)

GrayLevelCooccurrenceMatrix Properties

The GrayLevelCooccurrenceMatrix type exposes the following members.

Properties
  NameDescription
Public propertyAutoGray
Gets or sets whether the maximum value of gray should be automatically computed from the image. If set to false, the maximum gray value will be assumed 255.
Public propertyDegree
Gets or sets the direction at which the co-occurrence should be found. Default is Degree0.
Public propertyDistance
Gets or sets the distance at which the texture should be analyzed. Default is 1.
Public propertyNormalize
Gets or sets whether the produced GLCM should be normalized, dividing each element by the number of pairs. Default is true.
Public propertyPairs
Gets the number of pairs registered during the last computed GLCM.
Top
See Also