We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64abee6 commit a2c9199Copy full SHA for a2c9199
ch04-图片/4.1_imread_imshow.py
@@ -28,7 +28,7 @@
28
29
cv2.imshow('image', img)#窗口会自动调整为图像大小
30
# 按任意键退出
31
-cv2.waitKey(0)#返回按键的 ASCII 码值
+cv2.waitKey(delay=0)#返回按键的 ASCII 码值
32
33
cv2.destroyAllWindows()
34
0 commit comments