mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 19:44:14 +08:00
Added example to help message
This commit is contained in:
@@ -108,6 +108,8 @@ 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"
|
"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:\n"
|
||||||
|
"./example_tracking_tracker_dataset <tracker_algorithm> <dataset_path> <dataset_id>\n"
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
||||||
cout << "\n\nHot keys: \n"
|
cout << "\n\nHot keys: \n"
|
||||||
|
Reference in New Issue
Block a user