C# Класс Strabo.Core.ImageProcessing.MultiThreadBinarization

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Apply ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
ApplyWithSrcColor ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
Run ( object step ) : void

Описание методов

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

public Apply ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
srcimg System.Drawing.Bitmap
positive_table System.Collections.Hashtable
tnum int
Результат System.Drawing.Bitmap

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

public ApplyWithSrcColor ( Bitmap srcimg, Hashtable positive_table, int tnum ) : Bitmap
srcimg System.Drawing.Bitmap
positive_table System.Collections.Hashtable
tnum int
Результат System.Drawing.Bitmap

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

public Run ( object step ) : void
step object
Результат void