Page 1 of 1

I need image database

Posted: 2016-10-19T11:09:33-07:00
by life24
hello,
I need image database the same TID2008 but instead distorted with noise, distorted with light,contrast or added haze to image.
We have such a database?
Thanks

Re: I need image database

Posted: 2016-10-19T11:30:05-07:00
by fmw42
You can download TID2008 from http://www.ponomarenko.info/tid2008.htm or just http://r0k.us/graphics/kodak/. Then use Imagemagick to create new images with all the distortions you want.

Re: I need image database

Posted: 2016-10-19T11:40:19-07:00
by life24
Thank you,
But TID2008 distorted with noise,but i need image database with vary contrast level.
For example: suppose original image is clean image (and reference) and 10 image from reference image but with several level contrast or haze from reference image.

Re: I need image database

Posted: 2016-10-19T11:42:51-07:00
by snibgo
The TID2008 database seems to contain the distortions you want, except possibly for "haze". See http://www.ponomarenko.info/tid2008.htm

Re: I need image database

Posted: 2016-10-19T11:54:45-07:00
by fmw42
Take those 10 images from the Kodak database and apply your own contrast change to them in Imagemagick.

Code: Select all

convert image -brightness-contrast brightness-value,contrast-value outimage
see http://www.imagemagick.org/script/comma ... s-contrast

Re: I need image database

Posted: 2016-10-19T11:58:14-07:00
by fmw42
Or you can just blend the image with different levels of a white image. See http://www.imagemagick.org/Usage/compos ... d_dissolve