NativeMethodsimgproc_getDerivKernels Method |
Namespace: OpenCvSharp
[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 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_getDerivKernels ( kx As IntPtr, ky As IntPtr, dx As Integer, dy As Integer, ksize As Integer, normalize As Integer, ktype As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_getDerivKernels( IntPtr kx, IntPtr ky, int dx, int dy, int ksize, int normalize, int ktype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_getDerivKernels : kx : IntPtr * ky : IntPtr * dx : int * dy : int * ksize : int * normalize : int * ktype : int -> unit
OpenCvSharp.NativeMethods.imgproc_getDerivKernels = function(kx, ky, dx, dy, ksize, normalize, ktype);