Accord.Imaging.Filters.ContrastCorrection.ContrastCorrection C# (CSharp) Method

ContrastCorrection() public method

Initializes a new instance of the ContrastCorrection class.
public ContrastCorrection ( ) : System
return System
        public ContrastCorrection()
        {
            Factor = 10;
        }

Same methods

ContrastCorrection::ContrastCorrection ( int factor ) : System