1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00

Update for multiTracker_test.cpp->multiTracker_dataset.cpp

Sample has been renamed: tld_test.cpp->tracker_dataset.cpp
Updated to read parameters from cmd:
-Algorithm name
-Root dataset path
-Dataset ID
-Number of targets to track
This commit is contained in:
Vladimir
2015-08-22 01:41:44 +09:00
parent 37fc046c82
commit 1e7d9e0548
3 changed files with 233 additions and 18 deletions

View File

@@ -37,7 +37,7 @@
// or tort (including negligence or otherwise) arising in any way out of
// the use of this software, even if advised of the possibility of such damage.
//
//M*//
//M*/
#include "opencv2/datasets/track_vot.hpp"
#include <opencv2/core/utility.hpp>