How to get spectrum of an image?

50 Ansichten (letzte 30 Tage)
Hamed
Hamed am 22 Apr. 2014
Kommentiert: Image Analyst am 22 Apr. 2014
I have an image :
img = imread('pic.jpg');
Now, How can I get spectrum of that image?

Antworten (1)

Image Analyst
Image Analyst am 22 Apr. 2014
theSpectrum = fft2(img);
  2 Kommentare
Hamed
Hamed am 22 Apr. 2014
Bearbeitet: Hamed am 22 Apr. 2014
Thank You but, I want to know what's happened in fft2() function. What is body of fft2() ?

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by