Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)