NativeMethodsimgproc_getGaussianKernel Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr imgproc_getGaussianKernel( int ksize, double sigma, int ktype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_getGaussianKernel ( ksize As Integer, sigma As Double, ktype As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr imgproc_getGaussianKernel( int ksize, double sigma, int ktype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_getGaussianKernel : ksize : int * sigma : float * ktype : int -> IntPtr
OpenCvSharp.NativeMethods.imgproc_getGaussianKernel = function(ksize, sigma, ktype);