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")