RTUComputer ScienceYr 2024 · Sem 62024

Q15Digital Image Processing

Question

4 marks

Describe the wiener filtering approach for image restoration.

Answer

A rigorous theoretical review of the Wiener Filter. Details how this optimal linear filter mathematically balances Inverse Filtering and noise smoothing by aggressively minimizing the Mean Square Error between the estimated and original image.

Image Enhancement is subjective (making it "look good"). Image Restoration is an absolute, objective mathematical science. If a satellite image is corrupted by both atmospheric blurring (a degradation function ) AND additive thermal noise (), the standard Inverse Filter () fails catastrophically because it mathematically amplifies the high-frequency noise to infinity, completely destroying the image. The Wiener Filter is the mathematically optimal solution to this crisis.

The Mathematical Architecture

Engineered by Norbert Wiener, the algorithm does not just blindly invert the blur. It aggressively incorporates the statistical power spectrum of both the original image and the corrupting noise. Its absolute mathematical objective is to find an estimate that strictly minimizes the Mean Square Error (MSE) between the estimate and the true, uncorrupted image .

In the frequency domain, the Wiener Filter is defined by the strict formula:

  • : The mathematical blur/degradation function.
  • : The complex conjugate of .
  • : The degraded, noisy received image.
  • : A highly critical mathematical constant representing the Noise-to-Signal Power Ratio ().

The Balancing Act

The genius of the Wiener Filter lies in the parameter :

  • If the noise is zero (), the formula mathematically collapses into the pure Inverse Filter, aggressively removing the blur.
  • If the noise is massive ( is large), the denominator prevents the filter from exploding to infinity at high frequencies. The filter mathematically suppresses the noise rather than attempting to de-blur, perfectly balancing the two catastrophic degradations.
Back to Paper