how can i enhance image by Fourier transform?
2 ビュー (過去 30 日間)
古いコメントを表示
hi i wanna create a matlab function to do such work:

actually i have picture a and c. i dont know how to denoise it with ftt functions.
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 10 月 30 日
See my fft filtering demo below. Feel free to adapt it to your images.
5 件のコメント
Image Analyst
2013 年 10 月 31 日
Try changing the 10.9 to other values and see what selects the spikes. You should also change the(115:143,:) to indexes that get rid of the central spike for you image - they will be different because you have a different size image than I used.
Athanasios Margiolakis
2017 年 9 月 27 日
Thank you for sharing the code. It is very helpful and easy to read.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!