How to remove frequency components in an image

조회 수: 19 (최근 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 CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by