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!