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

HighBoost() public method

Initializes a new instance of the HighBoost class.
public HighBoost ( ) : System
return System
        public HighBoost()
        {
            createFilter();
            base.ProcessAlpha = true;
        }

Same methods

HighBoost::HighBoost ( int boost ) : System
HighBoost::HighBoost ( int boost, int size ) : System