1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +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
+2 -1
View File
@@ -70,4 +70,5 @@ if __name__ == '__main__':
cv2.imshow('left', imgL)
cv2.imshow('disparity', (disp-min_disp)/num_disp)
cv2.waitKey()
cv2.waitKey()
cv2.destroyAllWindows()