C# Класс AForge.Imaging.Filters.Threshold

Threshold binarization
Наследование: IFilter
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
threshold int

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

Метод Описание
Threshold ( ) : System

Initializes a new instance of the Threshold class.

Threshold ( int threshold ) : System

Initializes a new instance of the Threshold class.

Защищенные методы

Метод Описание
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

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

ProcessFilter() защищенный Метод

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
Результат void

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

Initializes a new instance of the Threshold class.
public Threshold ( ) : System
Результат System

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

Initializes a new instance of the Threshold class.
public Threshold ( int threshold ) : System
threshold int Threshold value.
Результат System

Описание свойств

threshold защищенное свойство

Threshold value.
protected int threshold
Результат int