Page 1 of 1

Detection of Noise quantity in an image

Posted: 2016-10-31T22:57:06-07:00
by Esbasar
Hello,

I am looking for the articles that are about noise detection in a random image. There is no reference image for this noise detection. I am curious about the literatüre about this topic.

Thanks.

Re: Detection of Noise quantity in an image

Posted: 2016-10-31T23:19:58-07:00
by fmw42

Re: Detection of Noise quantity in an image

Posted: 2016-10-31T23:40:24-07:00
by snibgo
Esbasar wrote:... about noise detection in a random image.
In a random image? If the image is random, it is entirely noise, isn't it?

Re: Detection of Noise quantity in an image

Posted: 2016-11-01T01:47:32-07:00
by Esbasar
Sorry for the misunderstanding, I mean "any single image" by random image term.

Re: Detection of Noise quantity in an image

Posted: 2016-11-01T02:39:27-07:00
by snibgo
Noise is generally very high frequency, i.e. it affects pixels independently of each other. Hence it shows up if we compare histograms of frequency bandwidth-limited versions of the image.

For ordinary digital photographs, as we move up the frequency range, the histograms will normally become narrower. But noise will make the final histogram wider, not narrower, than the previous.

This gives a method for detection and also measurement of noise. It also gives a noise removal technique: adjust the histogram of the highest frequency so it is no wider than the previous.

For examples of these histograms (but not in the context of noise), see my "Multi-scale pyramids" page. I expect an internet search with suitable keywords will find references.

Re: Detection of Noise quantity in an image

Posted: 2016-11-17T18:01:29-07:00
by pcl
snibgo wrote:For examples of these histograms (but not in the context of noise), see my "Multi-scale pyramids" page. I expect an internet search with suitable keywords will find references.
A search with multi-scale pyramid "noise estimation" produced four results, the first of which, http://mcolom.perso.math.cnrs.fr/downlo ... IP2014.pdf seem to be particularly useful. Its bibliography gives many references into the literature.