Click or drag to resize
Accord.NET (logo)

GrayLevelRunLengthMatrix Constructor (CooccurrenceDegree)

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
)
Request Example View Source

Parameters

degree
Type: Accord.ImagingCooccurrenceDegree
The direction at which the co-occurrence should be found.
See Also