NativeMethodsfeatures2d_DescriptorMatcher_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static IntPtr features2d_DescriptorMatcher_create( string descriptorMatcherType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function features2d_DescriptorMatcher_create ( descriptorMatcherType As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static IntPtr features2d_DescriptorMatcher_create( String^ descriptorMatcherType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member features2d_DescriptorMatcher_create : descriptorMatcherType : string -> IntPtr
OpenCvSharp.NativeMethods.features2d_DescriptorMatcher_create = function(descriptorMatcherType);