Click or drag to resize

NativeMethodsimgproc_getDerivKernels Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getDerivKernels(
	IntPtr kx,
	IntPtr ky,
	int dx,
	int dy,
	int ksize,
	int normalize,
	int ktype
)

Parameters

kx
Type: SystemIntPtr

[Missing <param name="kx"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

ky
Type: SystemIntPtr

[Missing <param name="ky"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

dx
Type: SystemInt32

[Missing <param name="dx"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

dy
Type: SystemInt32

[Missing <param name="dy"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

ksize
Type: SystemInt32

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

normalize
Type: SystemInt32

[Missing <param name="normalize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

ktype
Type: SystemInt32

[Missing <param name="ktype"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getDerivKernels(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also