Click or drag to resize

NativeMethodsimgproc_getDerivKernels 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_getDerivKernels(
	IntPtr kx,
	IntPtr ky,
	int dx,
	int dy,
	int ksize,
	int normalize,
	int ktype
)

Parameters

kx
Type: SystemIntPtr
ky
Type: SystemIntPtr
dx
Type: SystemInt32
dy
Type: SystemInt32
ksize
Type: SystemInt32
normalize
Type: SystemInt32
ktype
Type: SystemInt32
See Also