AForge.Imaging.Filters.SISThreshold.SISThreshold C# (CSharp) Method

SISThreshold() public method

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