【opencv基础】imread-第二个参数

本文介绍了使用OpenCV显示图像时遇到的灰色界面问题及解决方法。通过在imshow函数后添加waitKey函数,可以确保图像正确显示。文章还解释了waitKey函数的不同参数设置及其应用场景。

 

 

问题1:

显示的是灰色的界面,不能正常显示图像。

解决方法:在imshow之后加上waitKey即可。原因here

Note:This function should be followed by 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)

 

 

 

参考

1.imread

转载于:https://www.cnblogs.com/happyamyhope/p/9266626.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值