Click or drag to resize

NativeMethods.imgproc_Scharr 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_Scharr(
	IntPtr src,
	IntPtr dst,
	int ddepth,
	int dx,
	int dy,
	double scale,
	double delta,
	int borderType
)

Parameters

src
Type: System.IntPtr
dst
Type: System.IntPtr
ddepth
Type: System.Int32
dx
Type: System.Int32
dy
Type: System.Int32
scale
Type: System.Double
delta
Type: System.Double
borderType
Type: System.Int32
See Also