Skip to content

Commit e428d64

Browse files
authored
cv2
1 parent 39086d1 commit e428d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch07-把鼠标当画笔/7.draw_circle_rectangle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def draw_circle(event, x, y, flags, param):
4848
mode = not mode
4949
elif k == ord("q"):
5050
break
51-
cv.waitKey()
52-
cv.destroyAllWindows()
51+
52+
cv2.destroyAllWindows()

0 commit comments

Comments
 (0)