mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
added cv2.destroyAllWindows()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user