Better Edge detection and Noise reduction in images using Fourier Transform

Akshay Sinha
4 min readSep 13, 2018

Date Thu 13 September 2018 Tags Python / Image Processing

This is the continuation of my previous blog where we learned, what is fourier transform and how application of high pass filter on fourier transform of an image can potentially help us with edge detection. In case you missed it, please find it here :

Edge detection in images using Fourier Transform

In this post we are gonna learn about two other types of filters and see how can they help us in…

--

--