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

OtsuThreshold() public méthode

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