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