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