当前位置 : 首页 » 文章分类 :  科研  »  OpenCV imshow()之后没有waitKey()无法显示图像

OpenCV imshow()之后没有waitKey()无法显示图像

今天突然遇到了这么个奇怪的问题,之前一直没有注意到。
imshow()之后要加waitKey()才能正确显示图像。

官方说明如下:

A common mistake for OpenCV newcomers is to call cv::imshow() in a loop through video frames, without following up each draw with cv::waitKey(30). In this case, nothing appears on screen, because highgui is never given time to process the draw requests from cv::imshow().

上一篇 OpenCV读入图片序列进行HOG行人检测并保存为视频

下一篇 OpenCV2.4.4实现HOG行人检测

阅读
评论
91
阅读预计1分钟
创建日期 2013-11-10
修改日期 2017-07-05
类别

页面信息

location:
protocol:
host:
hostname:
origin:
pathname:
href:
document:
referrer:
navigator:
platform:
userAgent:

评论