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