Click or drag to resize

BinarizerBernsen Method

Binarizes by Bernsen's method

Namespace:  OpenCvSharp.Extensions
Assembly:  OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0
Syntax
public static void Bernsen(
	Mat src,
	Mat dst,
	int kernelSize,
	byte constrastMin,
	byte bgThreshold
)

Parameters

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