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.
2 parents 9445223 + b03436c commit 39086d1Copy full SHA for 39086d1
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