How to get spectrum of an image?

50 visualizaciones (últimos 30 días)
Hamed
Hamed el 22 de Abr. de 2014
Comentada: Image Analyst el 22 de Abr. de 2014
I have an image :
img = imread('pic.jpg');
Now, How can I get spectrum of that image?

Respuestas (1)

Image Analyst
Image Analyst el 22 de Abr. de 2014
theSpectrum = fft2(img);
  2 comentarios
Hamed
Hamed el 22 de Abr. de 2014
Editada: Hamed el 22 de Abr. de 2014
Thank You but, I want to know what's happened in fft2() function. What is body of fft2() ?

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by