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
I need image database
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need image database
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
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.
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.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: I need image database
The TID2008 database seems to contain the distortions you want, except possibly for "haze". See http://www.ponomarenko.info/tid2008.htm
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need image database
Take those 10 images from the Kodak database and apply your own contrast change to them in Imagemagick.
see http://www.imagemagick.org/script/comma ... s-contrast
Code: Select all
convert image -brightness-contrast brightness-value,contrast-value outimage
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need image database
Or you can just blend the image with different levels of a white image. See http://www.imagemagick.org/Usage/compos ... d_dissolve