Click or drag to resize

BinarizerSauvola Method

Binarizes by Sauvola's method (This is faster but memory-hogging)

Namespace:  OpenCvSharp.Extensions
Assembly:  OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0
Syntax
public static void Sauvola(
	Mat src,
	Mat dst,
	int kernelSize,
	double k,
	double r
)

Parameters

src
Type: OpenCvSharpMat
Input image
dst
Type: OpenCvSharpMat
Output image
kernelSize
Type: SystemInt32
Window size
k
Type: SystemDouble
Adequate coefficient
r
Type: SystemDouble
Adequate coefficient
See Also