opencv fix

This commit is contained in:
Francesco Gatti
2017-08-10 14:30:55 +00:00
parent 266330009c
commit aef39f6144
+1 -1
View File
@@ -279,7 +279,7 @@ void Region::showImageResult(dnnType *input_h) {
// show the image on window
cv::imshow("result", color);
// wait key for 5000 ms
cv::waitKey(5000);
cv::waitKey(0);
#else
std::cout<<"Visualization not supported, please recompile with OpenCV\n";
#endif