Click or drag to resize
Accord.NET (logo)

GrayLevelRunLengthMatrixCompute Method

Computes the Gray-level Run-length for the given image source.

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

Parameters

source
Type: Accord.ImagingUnmanagedImage
The source image.

Return Value

Type: Double
An array of run-length vectors containing level counts for every width pixel in source.
See Also