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