Click or drag to resize

NativeMethodsximgproc_niBlackThreshold Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void ximgproc_niBlackThreshold(
	IntPtr src,
	IntPtr dst,
	double maxValue,
	int type,
	int blockSize,
	double delta
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
maxValue
Type: SystemDouble
type
Type: SystemInt32
blockSize
Type: SystemInt32
delta
Type: SystemDouble
See Also