How to remove frequency components in an image

38 ビュー (過去 30 日間)
Jim
Jim 2012 年 5 月 9 日
コメント済み: Image Analyst 2019 年 2 月 20 日
How can I use the fourier transform to find out the frequency components which are responsible for the texture on the surface?
Then I have to remove them to have a smooth surface without texture.
you can see the image in the following link: http://image3243.blogspot.se/2012/05/blog-post.html
Thanks in advance
  1 件のコメント
Walter Roberson
Walter Roberson 2012 年 5 月 10 日
In one of your duplicate posts, which I have now deleted, Image Analyst commented,
'Like I said in a comment on one of your other numerous posts on this subject: "Jim, you've got to stop the duplicate posts. You do this frequently, and then people like Wayne waste their time telling you how to do a high pass filter when I've already told you that a high pass filter is not the way to go."'

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2012 年 5 月 9 日
Take the 2D FFT. Look for spikes in the 2D FFT and zero them out. Inverse transform and display.
  31 件のコメント
Nbillah
Nbillah 2019 年 2 月 19 日
Hi, @Image Analyst, thank you very much for the code, very helpful. I have one question for you i.e how did you decide the value for amplitudethreshold=10.9?
Image Analyst
Image Analyst 2019 年 2 月 20 日
I tried experimenting around with some values and that's just what worked the best.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by