Image Enhancement

Aim of the experiment

Digital images often contain unwanted noise and lack clarity due to factors such as poor lighting or sensor limitations. To improve the visual quality and highlight important details, image smoothing (for noise reduction) and image sharpening (for edge enhancement) are essential preprocessing operations in image processing pipelines. In this experiment, students are required to

  1. Apply smoothing filters (Mean, Gaussian, and Median) to reduce noise.

  2. Apply sharpening filters (Laplacian and Unsharp Masking) to enhance edges.

  3. Compare and visualize how these filters affect image quality and details.

To improve the quality of a digital image by using smoothing filters for noise reduction and sharpening filters for edge enhancement through spatial domain techniques