- Implementation of Notch Filter algorithm on the image.
- 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.
- 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.
- 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.
- Implementation of Median algorithm on the image.
- Implementation of Adaptive Median algorithm on the image.









