Ask Your Question

JJG's profile - activity

2019-04-21 01:28:09 -0600 received badge  Famous Question (source)
2018-07-12 18:32:56 -0600 received badge  Notable Question (source)
2018-03-03 10:10:35 -0600 received badge  Popular Question (source)
2016-02-23 03:41:32 -0600 asked a question 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!