How to get spectrum of an image?

50 ビュー (過去 30 日間)
Hamed
Hamed 2014 年 4 月 22 日
コメント済み: Image Analyst 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);
  2 件のコメント
Hamed
Hamed 2014 年 4 月 22 日
編集済み: Hamed 2014 年 4 月 22 日
Thank You but, I want to know what's happened in fft2() function. What is body of fft2() ?
Image Analyst
Image Analyst 2014 年 4 月 22 日

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by