Method | Description | |
---|---|---|
Compute ( |
Computes the Gray-level Difference Method (GLDM) Histogram for the given source image.
|
|
GrayLevelDifferenceMethod ( CooccurrenceDegree degree ) : System |
Initializes a new instance of the GrayLevelDifferenceMethod class.
|
|
GrayLevelDifferenceMethod ( CooccurrenceDegree degree, bool autoGray ) : System |
Initializes a new instance of the GrayLevelDifferenceMethod class.
|
Method | Description | |
---|---|---|
max ( int width, int height, int offset, byte src ) : int |
public Compute ( |
||
source | The source image. | |
return | int[] |
public GrayLevelDifferenceMethod ( CooccurrenceDegree degree ) : System | ||
degree | CooccurrenceDegree | The direction at which the co-occurrence should be found. |
return | System |
public GrayLevelDifferenceMethod ( CooccurrenceDegree degree, bool autoGray ) : System | ||
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. |
return | System |