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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user