Different quality of images taken with imread and VideoCapture

asked 2013-09-15 18:12:26 -0600

yes123 gravatar image

updated 2020-09-27 06:28:39 -0600

Basically I have a list of images

img00001.jpg
img00002.jpg
...

So I can easly read them with VideoCapture cap("img%05d.jpg");

The strange thing is that if i read those same image with imread("img00001.jpg",CV_LOAD_IMAGE_COLOR);

I may get a lower quality with imread

Do you know why?

edit retag flag offensive close merge delete