Click or drag to resize

NativeMethodsimgproc_threshold 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 double imgproc_threshold(
	IntPtr src,
	IntPtr dst,
	double thresh,
	double maxval,
	int type
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
thresh
Type: SystemDouble
maxval
Type: SystemDouble
type
Type: SystemInt32

Return Value

Type: Double
See Also