NativeMethodsxfeatures2d_LUCID_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_LUCID_create( int lucid_kernel = 1, int blur_kernel = 2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_LUCID_create ( Optional lucid_kernel As Integer = 1, Optional blur_kernel As Integer = 2 ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_LUCID_create( int lucid_kernel = 1, int blur_kernel = 2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_LUCID_create : ?lucid_kernel : int * ?blur_kernel : int (* Defaults: let _lucid_kernel = defaultArg lucid_kernel 1 let _blur_kernel = defaultArg blur_kernel 2 *) -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_LUCID_create = function(lucid_kernel, blur_kernel);