Jump to content

Generalized signal averaging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hectorthebat (talk | contribs) at 01:08, 4 February 2005. 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 od violating the assumption. Averaging is a special case of discrete convolution. For a 3 by 3 neighbourhood the convolution mask is 1 1 1 1 1 1 1 1 1

      1 is divisor factor.
      9


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

Original Image (image5.jpg) Transformed Image(imageavg.jpg)