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

update comments of tracker algorithm

This commit is contained in:
howtobeahacker
2015-06-03 16:06:18 +08:00
parent d4f651ea25
commit b2f3899f35

View File

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