Skip to content

Playing around with some image processing techniques (2-D FFT/ convolution)

Notifications You must be signed in to change notification settings

JJN123/Image-Procesing

Repository files navigation

Image-Proccesing

Playing around with some image proccessing techniques (2-D FFT/ convolution). See wiki for details on use of code.

In this project, I apply various filters to the following image:

For example, after applying a Gaussian filter:

To understand the results of each filter, I examined their FFT's. For example, we can see why the above image is blurred after a Gaussian filter is applied. The FFT of a Gaussian filter is another Gaussian, which has darker regions moving radially outward (direction of increasing frequency).

By the convolution theorem, the dark regions of the Gaussian filter FFT will multiply the high frequency regions of the filtered signals frequency spectrum. This explains the above result; edges (high frequency) are blurred.

Gaussian Filter:

FFT of Gaussian Filter:

Applying the Sobel filter results in edge detection, for example the y-Sobel filter gives:

About

Playing around with some image processing techniques (2-D FFT/ convolution)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages