Click or drag to resize
Accord.NET (logo)

GrayLevelDifferenceMethodCompute Method

Computes the Gray-level Difference Method (GLDM) Histogram for the given source image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int[] Compute(
	UnmanagedImage source
)
Request Example View Source

Parameters

source
Type: Accord.ImagingUnmanagedImage
The source image.

Return Value

Type: Int32
An histogram containing co-occurrences for every gray level in source.
See Also