NativeMethodsxfeatures2d_SURF_setExtended Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void xfeatures2d_SURF_setExtended( IntPtr obj, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub xfeatures2d_SURF_setExtended ( obj As IntPtr, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void xfeatures2d_SURF_setExtended( IntPtr obj, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_SURF_setExtended : obj : IntPtr * value : int -> unit
OpenCvSharp.NativeMethods.xfeatures2d_SURF_setExtended = function(obj, value);