added destroy all windows

This commit is contained in:
Gary Bradski
2012-03-18 23:07:39 +00:00
parent c29f0dfdfa
commit 8a48b8dffd
5 changed files with 5 additions and 0 deletions

View File

@@ -51,3 +51,4 @@ for name in imglist:
c = WaitKey(0)
if c == ord('q'):
break
cv.DestroyAllWindows()