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

Threshold() public method

Initializes a new instance of the Threshold class.
public Threshold ( int threshold ) : System
threshold int Threshold value.
return System
        public Threshold( int threshold )
            : this( )
        {
            this.threshold = threshold;
        }

Same methods

Threshold::Threshold ( ) : System