Click or drag to resize
Accord.NET (logo)

HaralickDescriptorGrayLevels Property

Gets the number of gray levels in the original image. This is the number of dimensions of the co-occurrence matrix.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int GrayLevels { get; }
Request Example View Source

Property Value

Type: Int32
See Also