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

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

Initializes a new instance of the ThresholdedDifference class.
public ThresholdedDifference ( ) : System
Результат System
        public ThresholdedDifference( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format24bppRgb]    = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format32bppRgb]    = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format32bppArgb]   = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format32bppPArgb]  = PixelFormat.Format8bppIndexed;
        }

Same methods

ThresholdedDifference::ThresholdedDifference ( int threshold ) : System