C# Класс Accord.Imaging.Filters.NiblackThreshold

Niblack Threshold.

The Niblack filter is a local thresholding algorithm that separates white and black pixels given the local mean and standard deviation for the current window.

This filter implementation has been contributed by Diego Catalano.

References: W. Niblack, An Introduction to Digital Image Processing, pp. 115-116. Prentice Hall, 1986.

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

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

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

Initializes a new instance of the NiblackThreshold class.

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

Метод Описание
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

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

NiblackThreshold() публичный метод

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

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

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData UnmanagedImage Source image data.
destinationData UnmanagedImage Destination image data.
Результат void