Commit fd040a1e authored by Vladimir's avatar Vladimir

Fix messages in tracker_dataset.cpp

parent d8212d3c
...@@ -106,10 +106,8 @@ static void onMouse(int event, int x, int y, int, void*) ...@@ -106,10 +106,8 @@ static void onMouse(int event, int x, int y, int, void*)
static void help() static void help()
{ {
cout << "\nThis example shows the functionality of \"Long-term optical tracking API\"" cout << "\nThis example shows the functionality of \"Long-term optical tracking API\""
"TLD dataset ID: 1~10, VOT2015 dataset ID: 1~60\n"
"-- pause video [p] and draw a bounding box around the target to start the tracker\n" "-- pause video [p] and draw a bounding box around the target to start the tracker\n"
"Example of <video_name> is in opencv_extra/testdata/cv/tracking/\n"
"Call:\n"
"./tracker <tracker_algorithm> <video_name> <start_frame> [<bounding_frame>]\n"
<< endl; << endl;
cout << "\n\nHot keys: \n" cout << "\n\nHot keys: \n"
...@@ -129,10 +127,6 @@ int main(int argc, char *argv[]) ...@@ -129,10 +127,6 @@ int main(int argc, char *argv[])
return -1; return -1;
} }
cout << tracker_algorithm << endl;
cout << datasetRootPath << endl;
cout << datasetID << endl;
Mat frame; Mat frame;
paused = false; paused = false;
namedWindow("Tracking API", 0); namedWindow("Tracking API", 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment