mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
added destroy all windows
This commit is contained in:
@@ -51,3 +51,4 @@ for name in imglist:
|
||||
c = WaitKey(0)
|
||||
if c == ord('q'):
|
||||
break
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user