NativeMethodstracking_Tracker_update Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static bool tracking_Tracker_update( IntPtr obj, IntPtr image, ref Rect2d boundingBox )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function tracking_Tracker_update ( obj As IntPtr, image As IntPtr, ByRef boundingBox As Rect2d ) As Boolean
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static bool tracking_Tracker_update( IntPtr obj, IntPtr image, Rect2d% boundingBox )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member tracking_Tracker_update : obj : IntPtr * image : IntPtr * boundingBox : Rect2d byref -> bool
OpenCvSharp.NativeMethods.tracking_Tracker_update = function(obj, image, boundingBox);