First time here? Check out the FAQ!
answered Feb 23 '16
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)