AForge.Imaging.Filters.Threshold.Threshold C# (CSharp) 메소드

Threshold() 공개 메소드

Initializes a new instance of the Threshold class.
public Threshold ( ) : System
리턴 System
        public Threshold( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed]    = PixelFormat.Format8bppIndexed;
            formatTranslations[PixelFormat.Format16bppGrayScale] = PixelFormat.Format16bppGrayScale;
        }

Same methods

Threshold::Threshold ( int threshold ) : System