MATLAB: How can i blur an image by removing high frequencies of it’s DFT

fft

Hello everyone, I'm trying to blur an image by removing the high frequencies from the DFT of that image. after reading the image i used the fft command, now i have the frequencies but can't figure out how to remove the high ones
any suggestion??

Best Answer

There's a demo that does this here. Other such demos are available also if you look for them.
Related Question