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 9750cf4 commit d12252fCopy full SHA for d12252f
ch07-把鼠标当画笔/7.draw_circle_rectangle.py
@@ -48,3 +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()
0 commit comments