Click or drag to resize
Accord.NET (logo)

GrayLevelCooccurrenceMatrixNormalize Property

Gets or sets whether the produced GLCM should be normalized, dividing each element by the number of pairs. Default is true.

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

Property Value

Type: Boolean
true if the GLCM should be normalized; otherwise, false.
See Also