NativeMethodsxfeatures2d_BriefDescriptorExtractor_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr xfeatures2d_BriefDescriptorExtractor_create( int bytes )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_BriefDescriptorExtractor_create ( bytes As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr xfeatures2d_BriefDescriptorExtractor_create( int bytes )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_BriefDescriptorExtractor_create : bytes : int -> IntPtr
OpenCvSharp.NativeMethods.xfeatures2d_BriefDescriptorExtractor_create = function(bytes);