How to get spectrum of an image?

50 vues (au cours des 30 derniers jours)
Hamed
Hamed le 22 Avr 2014
Commenté : Image Analyst le 22 Avr 2014
I have an image :
img = imread('pic.jpg');
Now, How can I get spectrum of that image?

Réponses (1)

Image Analyst
Image Analyst le 22 Avr 2014
theSpectrum = fft2(img);
  2 commentaires
Hamed
Hamed le 22 Avr 2014
Modifié(e) : Hamed le 22 Avr 2014
Thank You but, I want to know what's happened in fft2() function. What is body of fft2() ?

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by