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

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

Initializes a new instance of the ThresholdedDifference class.
public ThresholdedDifference ( int threshold ) : System
threshold int Difference threshold (see ).
Результат System
        public ThresholdedDifference( int threshold ) : this( )
        {
            this.threshold = threshold;
        }

Same methods

ThresholdedDifference::ThresholdedDifference ( ) : System