Ask Your Question
0

How to find whether an image is blurry or not using fft ?

asked 2013-04-18 13:59:17 -0600

Abhay Singh gravatar image

updated 2013-04-19 08:54:52 -0600

Guanta gravatar image

How do I find out whether an image has been blurred using fft?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2013-04-24 09:48:59 -0600

zerog80 gravatar image

FFT works in frequency domain, blurriness is a spatial characteristic and it's better if you approximate it with the magnitude of horizontal and vertical derivatives as explained here.

edit flag offensive delete link more

Comments

1

Why should blurriness be a spatial characteristic? E.g. a simple Gauss-filter changes the frequency of the image (low pass filter). And of course blurriness can be computed in the frequency domain, see e.g. one of the first google hits: http://www.filiprooms.be/publications/accvpap.pdf .

Guanta gravatar imageGuanta ( 2013-04-24 10:20:26 -0600 )edit
1

answered 2013-04-24 15:45:44 -0600

unxnut gravatar image

If you have the original image available, you can compute the distribution of frequencies in both the original and "blurred" image. If the image has indeed been blurred, you will have fewer high frequency components.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-04-18 13:59:17 -0600

Seen: 3,396 times

Last updated: Apr 24 '13