mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Added cv.DestroyAllWindows() to file close
This commit is contained in:
@@ -10,3 +10,4 @@ while True:
|
||||
cv.ShowImage("camera", img)
|
||||
if cv.WaitKey(10) == 27:
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user