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

@@ -45,3 +45,4 @@ if __name__ == "__main__":
cv.ShowImage("camera", paste)
if cv.WaitKey(6) == 27:
break
cv.DestroyAllWindows()