NativeMethodsimgproc_getGaussianKernel Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_getGaussianKernel( int ksize, double sigma, int ktype, out IntPtr returnValue )
Public Shared Function imgproc_getGaussianKernel ( ksize As Integer, sigma As Double, ktype As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgproc_getGaussianKernel( int ksize, double sigma, int ktype, [OutAttribute] IntPtr% returnValue )
static member imgproc_getGaussianKernel : ksize : int * sigma : float * ktype : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="ktype"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]