AForge.Imaging.Filters.IterativeThreshold.IterativeThreshold C# (CSharp) Метод

IterativeThreshold() публичный Метод

Initializes a new instance of the IterativeThreshold class.
public IterativeThreshold ( int minError, int threshold ) : System
minError int Minimum allowed error, that ends the iteration process.
threshold int Initial threshold value.
Результат System
        public IterativeThreshold( int minError, int threshold )
        {
            this.minError = minError;
            this.threshold = threshold;
        }

Same methods

IterativeThreshold::IterativeThreshold ( ) : System
IterativeThreshold::IterativeThreshold ( int minError ) : System