Loading...
Implement image filtering in the frequency domain using FFT.
Convolution in spatial domain = multiplication in frequency domain: F(f∗g)=F(f)⋅F(g)
Algorithm:
Common filters:
image = 64×64 image with edges filter_type = 'lowpass' cutoff = 0.1
Blurred image (edges smoothed)
Low cutoff = more blur (fewer frequencies retained)