Commit 25ad33e9 authored by Vladimir's avatar Vladimir

Warnings Fix #3

parent caa27497
...@@ -118,7 +118,7 @@ namespace cv ...@@ -118,7 +118,7 @@ namespace cv
cv::Rect2d tld_InitDataset(int videoInd, const char* rootPath, int datasetInd) cv::Rect2d tld_InitDataset(int videoInd, const char* rootPath, int datasetInd)
{ {
char* folderName = (char *)""; char* folderName = (char *)"";
int x = 0, double x = 0,
y = 0, y = 0,
w = 0, w = 0,
h = 0; h = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment