how to identify the periodic pattern in a given image ?

11 views (last 30 days)
I have a image which has periodic pattern in it. I want to retrieve the periodic pattern and display it.
I am following this procedure.
  1. Apply fft for the image.
  2. Identify the periodic frequency by using magnitude and phase spectrum
  3. Design a band pass filter with the periodic frequency
  4. Multiply the image with the designed filter
  5. Apply ifft for the output.
But i am not sure how to identify the periodic frequency from the spectrum ??

Answers (1)

Image Analyst
Image Analyst on 2 Oct 2014
It will be the spikes/peaks. See my demo.
  4 Comments

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!