Click or drag to resize

NativeMethods.imgproc_Laplacian 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_Laplacian(
	IntPtr src,
	IntPtr dst,
	int ddepth,
	int ksize,
	double scale,
	double delta,
	int borderType
)

Parameters

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