Click or drag to resize

NativeMethodsimgproc_adaptiveThreshold 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 imgproc_adaptiveThreshold(
	IntPtr src,
	IntPtr dst,
	double maxValue,
	int adaptiveMethod,
	int thresholdType,
	int blockSize,
	double c
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
maxValue
Type: SystemDouble
adaptiveMethod
Type: SystemInt32
thresholdType
Type: SystemInt32
blockSize
Type: SystemInt32
c
Type: SystemDouble
See Also