First time here? Check out the FAQ!
answered 2013-08-09 05:08:07 -0600
please try the following Python code:
import cv2 im=cv2.imread('image file name') # please put the actual image file name in the quothes cv2.imshow('image', im) cv2.waitKey(0)