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