Ask Your Question

azim heidaryan's profile - activity

2014-07-05 00:14:53 -0600 answered a question Python and OpenCV installation

you can use 64bit OpenGl compiled OpenCV or use "cv2.waitkey()" after "imshow" like this: cv2.imshow('my Image', Img) a = cv2.waitkey(0) if (a == 27) cv2.destroyAllWindows()