OpenCV - waitKey() can't capture the first Tab keypress
时间:2020-03-18 15:46:27
收藏:0
阅读:45
Looks like "QT" UI backend has been enabled in OpenCV build. TAB can be preserved to switch between "UI elements" in that case.
Check build configuration about GUI using cv.getBuildInformation(), you can find that QT is included.
原文:https://www.cnblogs.com/zhangzhihui/p/12517323.html
评论(0)