First time here? Check out the FAQ!
answered 2016-04-10 18:05:07 -0600
After cv.imgshow() add cv2.waitKey(0) call and a desired screen will appear
cv.imgshow()
cv2.waitKey(0)