1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

added cv2.destroyAllWindows()

This commit is contained in:
Gary Bradski
2012-03-15 03:45:15 +00:00
parent 41d2a3c832
commit dfaabd88fc
31 changed files with 33 additions and 2 deletions
+1
View File
@@ -154,3 +154,4 @@ if __name__ == '__main__':
fn = args['--save']
print 'saving model to %s ...' % fn
model.save(fn)
cv2.destroyAllWindows()