NativeMethodsimgproc_Canny Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_Canny( IntPtr src, IntPtr edges, double threshold1, double threshold2, int apertureSize, int L2gradient )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_Canny ( src As IntPtr, edges As IntPtr, threshold1 As Double, threshold2 As Double, apertureSize As Integer, L2gradient As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_Canny( IntPtr src, IntPtr edges, double threshold1, double threshold2, int apertureSize, int L2gradient )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Canny : src : IntPtr * edges : IntPtr * threshold1 : float * threshold2 : float * apertureSize : int * L2gradient : int -> unit
OpenCvSharp.NativeMethods.imgproc_Canny = function(src, edges, threshold1, threshold2, apertureSize, L2gradient);