mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
added destroy all windows
This commit is contained in:
@@ -10,3 +10,4 @@ cv.NamedWindow("win", cv.CV_WINDOW_AUTOSIZE)
|
||||
cv.ShowImage("win", img)
|
||||
cv.MoveWindow("win", 200, 200)
|
||||
cv.WaitKey(0)
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user