NativeMethodsfeatures2d_DescriptorMatcher_match1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void features2d_DescriptorMatcher_match1( IntPtr obj, IntPtr queryDescriptors, IntPtr trainDescriptors, IntPtr matches, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub features2d_DescriptorMatcher_match1 ( obj As IntPtr, queryDescriptors As IntPtr, trainDescriptors As IntPtr, matches As IntPtr, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void features2d_DescriptorMatcher_match1( IntPtr obj, IntPtr queryDescriptors, IntPtr trainDescriptors, IntPtr matches, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_DescriptorMatcher_match1 : obj : IntPtr * queryDescriptors : IntPtr * trainDescriptors : IntPtr * matches : IntPtr * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.features2d_DescriptorMatcher_match1 = function(obj, queryDescriptors, trainDescriptors, matches, mask);