Frequency components from a highpass filtered image

1 view (last 30 days)
how to get the frequency components of a highpass filtered image

Accepted Answer

Image Analyst
Image Analyst on 25 Oct 2011
Take the Fourier Transform of it.
  56 Comments
Gova ReDDy
Gova ReDDy on 26 Oct 2011
freq=fftshift(FT);
after this how can I extract all the frequency components into a array.
Gova ReDDy
Gova ReDDy on 31 Oct 2011
In workspace the value of freq values are like this
35.55599768-4.9128i. what this represents and what is i here?

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!