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