|
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; }
Public Property Normalize As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if the GLCM should be normalized; otherwise,
false.
See Also