mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
warnings
This commit is contained in:
parent
5ad02d7a9a
commit
1f724e2e8a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user