NativeMethodsimgproc_preCornerDetect Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_preCornerDetect( IntPtr src, IntPtr dst, int ksize, int borderType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_preCornerDetect ( src As IntPtr, dst As IntPtr, ksize As Integer, borderType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_preCornerDetect( IntPtr src, IntPtr dst, int ksize, int borderType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_preCornerDetect : src : IntPtr * dst : IntPtr * ksize : int * borderType : int -> unit
OpenCvSharp.NativeMethods.imgproc_preCornerDetect = function(src, dst, ksize, borderType);