BinarizerBernsen Method OpenCvSharp Class Library
Binarizes by Bernsen's method

Namespace:  OpenCvSharp.Extensions
Assembly:  OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Bernsen(
	IplImage src,
	IplImage dst,
	int kernelSize,
	byte constrastMin,
	byte bgThreshold
)

Parameters

src
Type: OpenCvSharpIplImage
Input image
dst
Type: OpenCvSharpIplImage
Output image
kernelSize
Type: SystemInt32
Window size
constrastMin
Type: SystemByte
Adequate coefficient
bgThreshold
Type: SystemByte
Adequate coefficient
See Also

Reference