Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cv2.imread a url

How can I read an image from a url with cv2.imread? I am able to do it with SimpleCV, but it is rather bulky just to do an image read.

I would like to achieve something like:

im = cv2.imread("http://example.com/someimage.jpg")