mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 11:21:39 +08:00
Fixed Warnings #1
This commit is contained in:
@@ -48,7 +48,7 @@ namespace cv
|
||||
{
|
||||
namespace tld
|
||||
{
|
||||
CV_EXPORTS cv::Rect2d tld_InitDataset(int datasetInd, char* rootPath = "TLD_dataset");
|
||||
CV_EXPORTS cv::Rect2d tld_InitDataset(int datasetInd, const char* rootPath = "TLD_dataset");
|
||||
CV_EXPORTS cv::Mat tld_getNextDatasetFrame();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user