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

Fixed argument dataset index in examples

This commit is contained in:
Vladimir
2015-08-22 02:08:26 +09:00
parent db58fd8b61
commit a4fdf7efff
3 changed files with 12 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ static bool startSelection = false;
static const char* keys =
{ "{@tracker_algorithm | | Tracker algorithm }"
"{@dataset_path |true| Dataset path }"
"{@dataset_id |1| Dataset path }"
"{@dataset_id |1| Dataset ID }"
};
static void onMouse(int event, int x, int y, int, void*)