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

remove goturn related code

This commit is contained in:
Wanli
2024-04-28 21:41:24 +08:00
parent fe06856b0c
commit 02e8476cc8
7 changed files with 1 additions and 291 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, KCF, GOTURN, MOSSE.\n"
"tracker_algorithm can be: MIL, BOOSTING, MEDIANFLOW, TLD, KCF, MOSSE.\n"
<< endl;
cout << "\n\nHot keys: \n"