Jump to content

Generalized signal averaging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 172.193.250.18 (talk) at 00:23, 30 September 2006 (Convolution Matrix - List of Common Convolution Matrices). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In many cases only one image with noise is available, and averaging is then realized in a local neighbourhood. Results are acceptable if the noise is smaller in size than the smallest objects of interest in the image, but blurring of edges is a serious disadvantage. In the case of smoothing within a single image, one has to assume that there are no changes in the gray levels of the underlying image data. This assumption is clearly violated at locations of image edges, and edge blurring is a direct consequence of violating the assumption. Averaging is a special case of discrete convolution. For a 3 by 3 neighbourhood, the convolution mask M is:

The significance of the central pixel may be increased, as it approximates the properties of noise with a Gaussian probability distribution:


A suitable page for beginners about matrices is at: http://www.gamedev.net/reference/programming/features/imageproc/page2.asp

The whole article starts on page: http://www.gamedev.net/reference/programming/features/imageproc/