How to get spectrum of an image?

48 visualizzazioni (ultimi 30 giorni)
Hamed
Hamed il 22 Apr 2014
Commentato: Image Analyst il 22 Apr 2014
I have an image :
img = imread('pic.jpg');
Now, How can I get spectrum of that image?

Risposte (1)

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

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by