NativeMethodsimgproc_Scharr Method |
Namespace: OpenCvSharp
[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 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_Scharr ( src As IntPtr, dst As IntPtr, ddepth As Integer, dx As Integer, dy As Integer, scale As Double, delta As Double, borderType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_Scharr( IntPtr src, IntPtr dst, int ddepth, int dx, int dy, double scale, double delta, int borderType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Scharr : src : IntPtr * dst : IntPtr * ddepth : int * dx : int * dy : int * scale : float * delta : float * borderType : int -> unit
OpenCvSharp.NativeMethods.imgproc_Scharr = function(src, dst, ddepth, dx, dy, scale, delta, borderType);