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

GrayLevelDifferenceMethod() public method

Initializes a new instance of the GrayLevelDifferenceMethod class.
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
        public GrayLevelDifferenceMethod(CooccurrenceDegree degree, bool autoGray)
        {
            this.degree = degree;
            this.autoGray = autoGray;
        }

Same methods

GrayLevelDifferenceMethod::GrayLevelDifferenceMethod ( CooccurrenceDegree degree ) : System