This commit is contained in:
LaurentBerger 2016-12-16 08:33:31 +01:00
parent 5ad02d7a9a
commit 1f724e2e8a

View File

@ -125,7 +125,7 @@ static Mat DrawMyImage(int thickness,int nbShape)
return img; return img;
} }
int main(int argc, const char *argv[]) int main(void)
{ {
ParamColorMar p; ParamColorMar p;
@ -143,4 +143,4 @@ int main(int argc, const char *argv[])
TrackColorMap(0,(void*)&p); TrackColorMap(0,(void*)&p);
waitKey(0); waitKey(0);
return 0; return 0;
} }