Skip to content

Latest commit

 

History

History

README.md

2_Image Filtering (Denoising, Sharpening, Deblurring)

Notch

  • Implementation of Notch Filter algorithm on the image.

picture 3A picture 3B

Wiener

  • In this algorithm, we applied the Wiener Filter filter to each of the RGB bands separately and finally, merged the filtered bands to get the final image.

picture 1C1 picture 1C2

Highboost

  • In this algorithm, we applied the High Boost filter to each of the RGB bands separately and finally, merged the filtered bands to get the final image.

picture 1A1 picture 1A2

Unsharp

  • In this algorithm, we applied the Unsharp Masking filter to each of the RGB bands separately and finally, merged the filtered bands to get the final image.

picture 1B1 picture 1B2

Median

  • Implementation of Median algorithm on the image.

picture 2A

Adaptive_Median

  • Implementation of Adaptive Median algorithm on the image.

picture 2B