AForge.Imaging.Filters.OtsuThreshold.OtsuThreshold C# (CSharp) Метод

OtsuThreshold() публичный Метод

Initializes a new instance of the OtsuThreshold class.
public OtsuThreshold ( ) : System
Результат System
        public OtsuThreshold( )
        {
            // initialize format translation dictionary
            formatTranslations[PixelFormat.Format8bppIndexed] = PixelFormat.Format8bppIndexed;
        }