Added cv.DestroyAllWindows() to file close

This commit is contained in:
Gary Bradski
2012-03-18 23:21:54 +00:00
parent 5878ab6a0f
commit a4de511eb7
11 changed files with 15 additions and 0 deletions

View File

@@ -69,3 +69,4 @@ if __name__ == "__main__":
# Wait for a key stroke; the same function arranges events processing
cv.WaitKey(0)
cv.DestroyAllWindows()