First time here? Check out the FAQ!
answered 2014-07-05 00:14:53 -0600
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()