JPEG artifacts detection

201 views
Skip to first unread message

klo uo

unread,
Jul 3, 2012, 8:56:10 PM7/3/12
to scikit...@googlegroups.com
Hi,

I was wondering if it's possible by using scikits-image to detect if
arbitrary image suffers from compression artifacts.
I mean artifacts in common sense, like saving original image in 80
quality JPEG is fine, but reencoding it over and over again, possibly
resizing etc is something I would like to detect - visible color
distorsion, edge noise, blockness...

Is there efficient method that scikits-image can provide

Thanks

klo uo

unread,
Jul 3, 2012, 8:58:33 PM7/3/12
to scikit...@googlegroups.com
Of course, I mean without looking at the image or intermediate plots,
but fully automated detection within some accuracy

klo uo

unread,
Jul 6, 2012, 11:37:23 PM7/6/12
to scikit...@googlegroups.com

Stéfan van der Walt

unread,
Jul 8, 2012, 3:53:46 AM7/8/12
to scikit...@googlegroups.com
On Tue, Jul 3, 2012 at 5:56 PM, klo uo <klo...@gmail.com> wrote:
> I was wondering if it's possible by using scikits-image to detect if
> arbitrary image suffers from compression artifacts.

The easiest may be to load the image, then save it again as JPG. If
the image size remains the same, you probably had a JPG to start with.

Stéfan
Reply all
Reply to author
Forward
0 new messages