opencv fix
This commit is contained in:
+1
-1
@@ -279,7 +279,7 @@ void Region::showImageResult(dnnType *input_h) {
|
|||||||
// show the image on window
|
// show the image on window
|
||||||
cv::imshow("result", color);
|
cv::imshow("result", color);
|
||||||
// wait key for 5000 ms
|
// wait key for 5000 ms
|
||||||
cv::waitKey(5000);
|
cv::waitKey(0);
|
||||||
#else
|
#else
|
||||||
std::cout<<"Visualization not supported, please recompile with OpenCV\n";
|
std::cout<<"Visualization not supported, please recompile with OpenCV\n";
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user