|
|
GrayLevelCooccurrenceMatrix Properties |
The GrayLevelCooccurrenceMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoGray |
Gets or sets whether the maximum value of gray should be
automatically computed from the image. If set to false,
the maximum gray value will be assumed 255.
| |
| Degree |
Gets or sets the direction at which the co-occurrence should
be found. Default is Degree0.
| |
| Distance |
Gets or sets the distance at which the
texture should be analyzed. Default is 1.
| |
| Normalize |
Gets or sets whether the produced GLCM should be normalized,
dividing each element by the number of pairs. Default is true.
| |
| Pairs |
Gets the number of pairs registered during the
last computed GLCM.
|