|
GrayLevelCooccurrenceMatrix Constructor (Int32, CooccurrenceDegree)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.6.0
Syntaxpublic GrayLevelCooccurrenceMatrix(
int distance,
CooccurrenceDegree degree
)
Public Sub New (
distance As Integer,
degree As CooccurrenceDegree
)
Request Example
View SourceParameters
- distance
- Type: SystemInt32
The distance at which the texture should be analyzed. - degree
- Type: Accord.ImagingCooccurrenceDegree
The direction to look for co-occurrences.
See Also