opencv-python使用

2021-05-05 22:30

阅读:379

标签: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


评论


亲,登录后才可以留言!