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

tracking: adding a mosse tracker

This commit is contained in:
berak
2017-10-24 12:45:07 +02:00
parent 26fd198ef2
commit ea6f3d1928
6 changed files with 295 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ static void help()
"Example of <video_name> is in opencv_extra/testdata/cv/tracking/\n"
"Call:\n"
"./tracker <tracker_algorithm> <video_name> <start_frame> [<bounding_frame>]\n"
"tracker_algorithm can be: MIL, BOOSTING, MEDIANFLOW, TLD\n"
"tracker_algorithm can be: MIL, BOOSTING, MEDIANFLOW, TLD, KCF, GOTURN, MOSSE.\n"
<< endl;
cout << "\n\nHot keys: \n"