From d21116a81cbe1dfca273c9214e1c1db4efc6b1fa Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sat, 22 Aug 2015 00:16:28 +0900 Subject: [PATCH] Added example to help message --- modules/tracking/samples/tracker_dataset.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/tracking/samples/tracker_dataset.cpp b/modules/tracking/samples/tracker_dataset.cpp index 486776f38..27f8a5dd5 100644 --- a/modules/tracking/samples/tracker_dataset.cpp +++ b/modules/tracking/samples/tracker_dataset.cpp @@ -108,6 +108,8 @@ static void help() 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" + "Example:\n" + "./example_tracking_tracker_dataset \n" << endl; cout << "\n\nHot keys: \n"