From 6f7ec9972d126ba4ee5e9f315eec3534cfdaaa48 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 21 Aug 2015 22:01:44 +0900 Subject: [PATCH] Added documentation for VOT2015 dataset --- modules/datasets/include/opencv2/datasets/dataset.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/datasets/include/opencv2/datasets/dataset.hpp b/modules/datasets/include/opencv2/datasets/dataset.hpp index ccf2b6649..42032dbf7 100644 --- a/modules/datasets/include/opencv2/datasets/dataset.hpp +++ b/modules/datasets/include/opencv2/datasets/dataset.hpp @@ -477,8 +477,6 @@ To run benchmark execute: ./opencv/build/bin/example_datasets_tr_svt_benchmark -p=/home/user/path_to_unpacked_folders/svt/svt1/ ~~~ -@defgroup datasets_track Tracking - ### VOT 2015 Database Implements loading dataset: @@ -498,6 +496,9 @@ Usage: ~~~ ./opencv/build/bin/example_datasets_track_vot -p=/home/user/path_to_unpacked_files/VOT2015/ ~~~ + +@defgroup datasets_track Tracking + @} */