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