Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Link given to imread() fails

I'm new to OpenCV. I've given a link to the function imread as follows:

Mat logo = imread("http://files.kurento.org/img/mario-wings.png");

I've checked and the image exists on the given path. imread() still fails to read it.

Any mistake that I've made?

-Thanks

click to hide/show revision 2
No.2 Revision

updated 2016-03-30 02:07:33 -0600

berak gravatar image

Link given to imread() failsload image from url

I'm new to OpenCV. I've given a link to the function imread as follows:

Mat logo = imread("http://files.kurento.org/img/mario-wings.png");

I've checked and the image exists on the given path. imread() still fails to read it.

Any mistake that I've made?

-Thanks

load image from url

I'm new to OpenCV. I've given a link to the function imread as follows:

Mat logo = imread("http://files.kurento.org/img/mario-wings.png");

I've checked and the image exists on the given path. imread() still fails to read it.

Any mistake that I've made?

-Thanks