Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9750cf4 + d12252f commit b03436cCopy full SHA for b03436c
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