Image noise
From Wikipedia, the free encyclopedia
| This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (January 2007) |
| This article does not cite any references or sources. (January 2007) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
Image noise is a random, usually unwanted, fluctuation of pixel values in an image. Image noise can originate in film grain, or in electronic noise in the input device (scanner or digital camera) sensor and circuitry, or in the unavoidable shot noise of an ideal photon detector.
Image noise is most apparent in image regions with low signal level, such as shadow regions or underexposed images.
Contents |
[edit] Useful noise
High levels of noise are almost always undesirable, but there are cases when lower levels of noise may be useful, for example to prevent discretization artifacts (color banding or posterization). Noise purposely added for such purposes is called dither.
[edit] Noise problems with digital cameras
In low light, or at high exposure index (ISO speed) settings, digital cameras tend to produce images with more apparent image noise. The two examples show a typical difference (best seen at full-size) between a well-lit subject and one in low light.
[edit] Image noise removal
Noise cannot be removed without the loss of some information in the form of image detail. Nevertheless, noise-reduction algorithms have been developed to analyse an image and determine whether unduly dark or light pixels are, in fact, details or are more likely to be due to noise.
[edit] Linear filters
One method to remove noise is by convolving the original image with a blurring mask such as a Gaussian function. Such a filter gives the image a blurred appearance if the width of the mask is high, and has the effect of smearing out the value of a single pixel over an area of the image. This brings the value of each pixel into closer harmony with the value of its neighbours. Linear filtering reduces noise, but the blurring also reduces definition which can be a major drawback to image quality.
[edit] Non-Linear filters
A median filter is an example of a non-linear filter that is fairly good at preserving image detail. To run a median filter:
- consider each pixel in the image
- sort the neighbouring pixels into order based upon their intensities
- replace the original value of the pixel with the median value from the list
This type of filter is very good at removing salt and pepper noise from an image, and causes relatively little blurring of edges, and hence is often used in computer vision applications.
[edit] Low- and high-ISO noise examples
[edit] Video noise
In video and television, noise refers to the random dot pattern that is superimposed on the picture as a result of electronic noise, the 'snow' that is seen with poor (analog) television reception or on VHS tapes. Interference and static are other forms of noise, in the sense that they are unwanted, though not random, which can affect radio and television signals.
[edit] See also
[edit] External links
- http://www.dpreview.com/learn/?/Glossary/Digital_Imaging/Noise_01.htm
- Best picture quality with 6 megapixel (noise considerations for compact digital cameras)
- Compact Camera High ISO modes: Separating the facts from the hype


