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