AForge.Imaging.Filters.IterativeThreshold.IterativeThreshold C# (CSharp) Method

IterativeThreshold() public method

Initializes a new instance of the IterativeThreshold class.
public IterativeThreshold ( int minError ) : System
minError int Minimum allowed error, that ends the iteration process.
return System
        public IterativeThreshold( int minError )
        {
            this.minError = minError;
        }

Same methods

IterativeThreshold::IterativeThreshold ( ) : System
IterativeThreshold::IterativeThreshold ( int minError, int threshold ) : System