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

Sauvola Threshold.

The Sauvola filter is a variation of the NiblackThreshold thresholding filter.

This filter implementation has been contributed by Diego Catalano.

References: Sauvola, Jaakko, and Matti Pietikäinen. "Adaptive document image binarization." Pattern Recognition 33.2 (2000): 225-236.

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

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

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

Initializes a new instance of the SauvolaThreshold class.

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

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

Process the filter on the specified image.

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

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

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

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