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

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

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

Same methods

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