1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 07:31:26 +08:00

tracking: move Tracking API to the main repository

This commit is contained in:
Alexander Alekhin
2020-11-16 23:40:01 +00:00
parent f1c3d0e5e7
commit a51b1b1e94
28 changed files with 222 additions and 2703 deletions

View File

@@ -1,6 +1,4 @@
#ifdef HAVE_OPENCV_TRACKING
typedef TrackerCSRT::Params TrackerCSRT_Params;
typedef TrackerKCF::Params TrackerKCF_Params;
typedef TrackerMIL::Params TrackerMIL_Params;
typedef TrackerGOTURN::Params TrackerGOTURN_Params;
#endif