|
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
)
Public Function Compute (
source As UnmanagedImage
) As Integer()
Request Example
View SourceParameters
- source
- Type: Accord.ImagingUnmanagedImage
The source image.
Return Value
Type:
Int32An histogram containing co-occurrences
for every gray level in
source.
See Also