First time here? Check out the FAQ!
answered 2016-02-23 03:52:09 -0600
Try replacing \ with / in your path to image. Also, try copying the image in your program folder and just give
im = cv2.imread("image.jpg")
cv2.imshow("", im)
cv2.waitKey(0)