pull/7865/head
LaurentBerger 8 years ago
parent 5ad02d7a9a
commit 1f724e2e8a
  1. 4
      samples/cpp/falsecolor.cpp

@ -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;
}
}

Loading…
Cancel
Save