Noel Jeffrey Pinton
Department of Computer Science
University of the Philippines Cebu
Noel Jeffrey Pinton
Department of Computer Science
University of the Philippines Cebu
By the end of this module, you will be able to:
Understanding how images become degraded
$$g(x,y) = h(x,y) * f(x,y) + n(x,y)$$
g = degraded image, h = PSF, f = original, n = noise
Common noise distributions: Gaussian, Poisson, salt & pepper
PSF: The impulse response of the imaging system - how a point source is blurred.
Why is knowing the PSF important for image restoration?
The PSF describes exactly how the image was blurred. Restoration algorithms use this knowledge to reverse (deconvolve) the blurring process.
Click the blurred area to reveal the answer
Recovering the original image
Simple spatial filters can reduce some types of degradation
$$\hat{F}(u,v) = \frac{G(u,v)}{H(u,v)}$$
Problem: Amplifies noise where H(u,v) is small!
$$\hat{F}(u,v) = \frac{H^*(u,v)}{|H(u,v)|^2 + \frac{S_n}{S_f}} \cdot G(u,v)$$
Balances deconvolution against noise amplification
What advantage does the Wiener filter have over simple inverse filtering?
It incorporates noise statistics to avoid amplifying noise in frequency regions where the signal-to-noise ratio is low.
Click the blurred area to reveal the answer
Restoring images degraded by camera or object motion
Richardson-Lucy and other iterative approaches
Richardson-Lucy: Iterative ML estimation for Poisson noise.
$$f^{(k+1)} = f^{(k)} \cdot \left( h(-x,-y) * \frac{g}{h * f^{(k)}} \right)$$
Converges to maximum likelihood solution; good for astronomical images.
Comparing different restoration methods on the same degraded image
$$PSNR = 10\log_{10}\frac{MAX^2}{MSE}$$
Structural similarity considering luminance, contrast, structure
Real-world restoration applications
Enhancing CT, MRI, and X-ray images for better diagnosis
Restoring degraded historical documents and improving OCR accuracy
Key Takeaways
Thank you for your attention!
Next: Module 06 - Geometric Transformations
Questions?