C# Class 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.

Inheritance: BaseFilter
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
SauvolaThreshold ( ) : System

Initializes a new instance of the SauvolaThreshold class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData UnmanagedImage Source image data.
destinationData UnmanagedImage Destination image data.
return void

SauvolaThreshold() public method

Initializes a new instance of the SauvolaThreshold class.
public SauvolaThreshold ( ) : System
return System