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