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