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

SISThreshold() 공개 메소드

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