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
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
SauvolaThreshold ( ) : System

Initializes a new instance of the SauvolaThreshold class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected méthode

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

SauvolaThreshold() public méthode

Initializes a new instance of the SauvolaThreshold class.
public SauvolaThreshold ( ) : System
Résultat System