码迷,mamicode.com
首页 > 编程语言 > 详细

opencv-python使用

时间:2020-06-25 13:44:27      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:col   color   top   ascii   open   返回   python   input   键盘输入   

1. cv2.waitKey(t)  #等待t ms后继续执行,t=0则无限等待,返回值为键盘输入的键值的ASCII值

...
input = cv2.waitKey(0)   #input is ASCII value of key
...
cv2.waitKey(0)    #will not stop waitting
...

 

opencv-python使用

标签:col   color   top   ascii   open   返回   python   input   键盘输入   

原文地址:https://www.cnblogs.com/grainrain/p/13191385.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!