Accord.Imaging.GrayLevelRunLengthMatrix.GrayLevelRunLengthMatrix C# (CSharp) Method

GrayLevelRunLengthMatrix() public method

Initializes a new instance of the GrayLevelDifferenceMethod class.
public GrayLevelRunLengthMatrix ( CooccurrenceDegree degree )
degree CooccurrenceDegree The direction at which the co-occurrence should be found.
        public GrayLevelRunLengthMatrix(CooccurrenceDegree degree)
        {
            this.degree = degree;
        }

Same methods

GrayLevelRunLengthMatrix::GrayLevelRunLengthMatrix ( CooccurrenceDegree degree, bool autoGray )