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

GrayLevelDifferenceMethod() public method

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

Same methods

GrayLevelDifferenceMethod::GrayLevelDifferenceMethod ( CooccurrenceDegree degree, bool autoGray ) : System