AForge.Imaging.Filters.SISThreshold.SISThreshold C# (CSharp) Méthode

SISThreshold() public méthode

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