|
GrayLevelRunLengthMatrix Constructor (CooccurrenceDegree, Boolean)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public GrayLevelRunLengthMatrix(
CooccurrenceDegree degree,
bool autoGray
)
Public Sub New (
degree As CooccurrenceDegree,
autoGray As Boolean
)
Request Example
View SourceParameters
- degree
- Type: Accord.ImagingCooccurrenceDegree
The direction at which the co-occurrence should be found. - autoGray
- Type: SystemBoolean
Whether the maximum value of gray should be
automatically computed from the image. Default is true.
See Also