NativeMethodsimgproc_GaussianBlur Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_GaussianBlur( IntPtr src, IntPtr dst, Size ksize, double sigmaX, double sigmaY, BorderTypes borderType )
Public Shared Function imgproc_GaussianBlur ( src As IntPtr, dst As IntPtr, ksize As Size, sigmaX As Double, sigmaY As Double, borderType As BorderTypes ) As ExceptionStatus
public: static ExceptionStatus imgproc_GaussianBlur( IntPtr src, IntPtr dst, Size ksize, double sigmaX, double sigmaY, BorderTypes borderType )
static member imgproc_GaussianBlur : src : IntPtr * dst : IntPtr * ksize : Size * sigmaX : float * sigmaY : float * borderType : BorderTypes -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="sigmaX"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="sigmaY"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_GaussianBlur(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,OpenCvSharp.BorderTypes)"]