- published
- 2013-12-20
- reference
- Miguel Colom, and Antoni Buades, Analysis and Extension of the Percentile Method, Estimating a Noise Curve from a Single Image, Image Processing On Line, 3 (2013), pp. 332–359. https://doi.org/10.5201/ipol.2013.90
Communicated by Bartomeu Coll
Demo edited by Miguel Colom
Abstract
Given a white Gaussian noise signal on a sampling grid, its variance can be estimated from a small block sample.
However, in natural images we observe the combination of the geometry of the scene being photographed and the added noise. In this case, estimating directly the standard deviation of the noise from block samples is not reliable since the measured standard deviation is not explained just by the noise but also by the geometry of the image.
The Percentile method tries to estimate the standard deviation of the noise from blocks of a high-passed version of the image and a small p-percentile of these standard deviations. The idea behind is that edges and textures in a block of the image increase the observed standard deviation but they never make it decrease. Therefore, a small percentile (0.5%, for example) in the list of standard deviations of the blocks is less likely to be affected by the edges and textures than a higher percentile (50%, for example). The 0.5%-percentile is empirically proven to be adequate for most natural, medical and microscopy images.
The Percentile method is adapted to signal-dependent noise, which is realistic with the Poisson noise model obtained by a CCD device in a digital camera.
Download
- full text manuscript: PDF low-res. (1.3M) PDF (17M) [?]
- source code: ZIP
History
- 2013-12-20: original publication - source code
- 2014-02-27: bugfix in file subscale/algo.cpp at the algorithm(...) function.
- 2017-06-25: fixed a bug in the code of the function fill_filter_derivative which computes the directional derivative filter.
- Note from the editor: the manuscript of the article was modified on 2022-01-01 to include information about its editors. The original version of the manuscript is available here.