1b) Gaussian: The other way

Instead of using Fourier transforms, you can use filters to change the frequencies of an image. The most straight forward being a simple Gaussian filter to remove the high frequencies. The following are examples of varying sized Gaussian filters applied to the same image.

Source Image


Size of filter

Example filter

Output

Size: 20x20 Alpha: 2
Size: 40x40 Alpha: 4
Size: 80x80 Alpha: 8
Back to Homepage.