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

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

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