|
|
@ -2,6 +2,8 @@ |
|
|
|
// Copyright (C) 2004-2017 by EMGU Corporation. All rights reserved.
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
#if !(__IOS__ || UNITY_IPHONE || NETFX_CORE)
|
|
|
|
|
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Text; |
|
|
@ -98,4 +100,6 @@ namespace Emgu.CV |
|
|
|
[DllImport(CvInvoke.ExternLibrary, CallingConvention = CvInvoke.CvCallingConvention)] |
|
|
|
internal static extern void cveMultiTrackerRelease(ref IntPtr tracker); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#endif
|