Метод | Описание | |
---|---|---|
Compute ( |
Computes the Gray-level Run-length for the given image source.
|
|
GrayLevelRunLengthMatrix ( CooccurrenceDegree degree ) |
Initializes a new instance of the GrayLevelDifferenceMethod class.
|
|
GrayLevelRunLengthMatrix ( CooccurrenceDegree degree, bool autoGray ) |
Initializes a new instance of the GrayLevelDifferenceMethod class.
|
Метод | Описание | |
---|---|---|
max ( int width, int height, int offset, byte src ) : int |
public Compute ( |
||
source | The source image. | |
Результат | double[][] |
public GrayLevelRunLengthMatrix ( CooccurrenceDegree degree ) | ||
degree | CooccurrenceDegree | The direction at which the co-occurrence should be found. |
public GrayLevelRunLengthMatrix ( CooccurrenceDegree degree, bool autoGray ) | ||
degree | CooccurrenceDegree | The direction at which the co-occurrence should be found. |
autoGray | bool | Whether the maximum value of gray should be /// automatically computed from the image. Default is true. |