Click or drag to resize
Accord.NET (logo)

HaralickMatrix Property

Gets the Gray-level Co-occurrence Matrix (GLCM) generated during the last call to Transform(UnmanagedImage).

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

Property Value

Type: GrayLevelCooccurrenceMatrix
See Also