Click or drag to resize
Accord.NET (logo)

GrayLevelCooccurrenceMatrix Constructor (Int32, CooccurrenceDegree)

Initializes a new instance of the GrayLevelCooccurrenceMatrix class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public GrayLevelCooccurrenceMatrix(
	int distance = 1,
	CooccurrenceDegree degree = CooccurrenceDegree.Degree0
)
Request Example View Source

Parameters

distance (Optional)
Type: SystemInt32
The distance at which the texture should be analyzed. Default is 1.
degree (Optional)
Type: Accord.ImagingCooccurrenceDegree
The direction to look for co-occurrences. Default is Degree0.
See Also