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

Added VOT 2015 dataset support

http://www.votchallenge.net/vot2015/dataset.html
This commit is contained in:
Vladimir
2015-08-09 04:44:14 +09:00
parent 871f40cb5b
commit ada268148d
2 changed files with 96 additions and 59 deletions

View File

@@ -48,7 +48,7 @@ namespace cv
{
namespace tld
{
CV_EXPORTS cv::Rect2d tld_InitDataset(int datasetInd, const char* rootPath = "TLD_dataset");
CV_EXPORTS cv::Rect2d tld_InitDataset(int videoInd, const char* rootPath = "TLD_dataset", int datasetInd = 0);
CV_EXPORTS cv::Mat tld_getNextDatasetFrame();
}
}