Click or drag to resize
Accord.NET (logo)

GrayLevelRunLengthMatrix Constructor (CooccurrenceDegree, Boolean)

Initializes a new instance of the GrayLevelDifferenceMethod class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public GrayLevelRunLengthMatrix(
	CooccurrenceDegree degree,
	bool autoGray
)
Request Example View Source

Parameters

degree
Type: Accord.ImagingCooccurrenceDegree
The direction at which the co-occurrence should be found.
autoGray
Type: SystemBoolean
Whether the maximum value of gray should be automatically computed from the image. Default is true.
See Also