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")
1 | initial version |
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")