缺少waitkey()导致OpenCV图像输出为灰色

笔者在写批量读取图片文件的代码时,虽然监控临时变量发现读取成功,但是使用imshow()函数输出的图却始终是灰色的,无法读取。无奈,以为是循环变量又或者指针的问题,查了好一会,最后才发现是因为imshow()函数需要waitkey()函数才能显示。

以下内容摘自OpenCV官方文档:

This function should be followed by cv::waitKey function which displays the image for specified milliseconds. Otherwise, it won’t display the image. For example, waitKey(0) will display the window infinitely until any keypress (it is suitable for image display). waitKey(25) will display a frame for 25 ms, after which display will be automatically closed. (If you put it in a loop to read videos, it will display the video frame-by-frame)

成功读取但却不显示:
在这里插入图片描述

加了waitkey(0)之后即可读取:
在这里插入图片描述

这个bug实在是太低级了,特此写下记录,引以为戒。

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值