|
GrayLevelCooccurrenceMatrix Constructor (Int32, CooccurrenceDegree)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public GrayLevelCooccurrenceMatrix(
int distance = 1,
CooccurrenceDegree degree = CooccurrenceDegree.Degree0
)
Public Sub New (
Optional distance As Integer = 1,
Optional degree As CooccurrenceDegree = CooccurrenceDegree.Degree0
)
Request Example
View SourceParameters
- 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