How to get spectrum of an image?

48 次查看(过去 30 天)
Hamed
Hamed 2014-4-22
I have an image :
img = imread('pic.jpg');
Now, How can I get spectrum of that image?

回答(1 个)

Image Analyst
Image Analyst 2014-4-22
theSpectrum = fft2(img);

Community Treasure Hunt

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

Start Hunting!

Translated by