mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
added destroy all windows
This commit is contained in:
@@ -45,3 +45,4 @@ if __name__ == "__main__":
|
||||
cv.ShowImage("camera", paste)
|
||||
if cv.WaitKey(6) == 27:
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user