NativeMethodsfeatures2d_DescriptorMatcher_add Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_DescriptorMatcher_add( IntPtr obj, IntPtr[] descriptors, int descriptorLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_DescriptorMatcher_add ( obj As IntPtr, descriptors As IntPtr(), descriptorLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_DescriptorMatcher_add( IntPtr obj, array<IntPtr>^ descriptors, int descriptorLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_DescriptorMatcher_add : obj : IntPtr * descriptors : IntPtr[] * descriptorLength : int -> unit
OpenCvSharp.NativeMethods.features2d_DescriptorMatcher_add = function(obj, descriptors, descriptorLength);