import cv2 img = cv2.imread("screen.png") cv2.namedWindow("Image") cv2.imshow("Image", img) k = cv2.waitKey(0) if k == ord('s'): cv2.destroyWindow('mage')
cv2.waitKey(0)
在pycharm中,怎么接收输入 ????
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
在run的config中配置脚本参数Scfript parameters中输入
.....