1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00
This commit is contained in:
LaurentBerger
2016-12-16 08:33:31 +01:00
parent 5ad02d7a9a
commit 1f724e2e8a
+2 -2
View File
@@ -125,7 +125,7 @@ static Mat DrawMyImage(int thickness,int nbShape)
return img;
}
int main(int argc, const char *argv[])
int main(void)
{
ParamColorMar p;
@@ -143,4 +143,4 @@ int main(int argc, const char *argv[])
TrackColorMap(0,(void*)&p);
waitKey(0);
return 0;
}
}