cv2.imread returns None
as the title states, when I do
im = cv2.imread("path\to\image.jpg")
and I've made sure the image is there, I get None in im
I've imported cv2, and can't think of why this is happening.
(Python 2.7, opencv 3.0.0).
anyone have any idea?
Thanks!