Click or drag to resize

XImgprocInvokeNiBlackThreshold Method

http://www.emgu.com
Niblack threshold

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void NiBlackThreshold(
	IInputArray src,
	IOutputArray dst,
	double maxValue,
	LocalBinarizationMethods type,
	int blockSize,
	double delta
)

Parameters

src
Type: Emgu.CVIInputArray
The source image
dst
Type: Emgu.CVIOutputArray
The output result
maxValue
Type: SystemDouble
Maximum value to use with CV_THRESH_BINARY and CV_THRESH_BINARY_INV thresholding types
type
Type: Emgu.CV.XImgprocLocalBinarizationMethods
Value that defines which local binarization algorithm should be used.
blockSize
Type: SystemInt32
Block size
delta
Type: SystemDouble
delta
See Also