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