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 39086d1 commit e428d64Copy full SHA for e428d64
ch07-把鼠标当画笔/7.draw_circle_rectangle.py
@@ -48,5 +48,5 @@ def draw_circle(event, x, y, flags, param):
48
mode = not mode
49
elif k == ord("q"):
50
break
51
-cv.waitKey()
52
-cv.destroyAllWindows()
+
+cv2.destroyAllWindows()
0 commit comments