NativeMethodsimgproc_blur Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_blur( IntPtr src, IntPtr dst, Size ksize, Point anchor, int borderType )
Public Shared Function imgproc_blur ( src As IntPtr, dst As IntPtr, ksize As Size, anchor As Point, borderType As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_blur( IntPtr src, IntPtr dst, Size ksize, Point anchor, int borderType )
static member imgproc_blur : src : IntPtr * dst : IntPtr * ksize : Size * anchor : Point * borderType : int -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
[Missing <param name="anchor"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_blur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,OpenCvSharp.Point,System.Int32)"]