フィルターのクリア

how to plot frequency vs log intensity of a 2D image?

5 ビュー (過去 30 日間)
Sansri Basu
Sansri Basu 2014 年 2 月 26 日
コメント済み: Image Analyst 2014 年 3 月 10 日
The graph should appear as shown in the figure given
  2 件のコメント
Thomas
Thomas 2014 年 2 月 26 日
you have not attached any figures..
Sansri Basu
Sansri Basu 2014 年 2 月 26 日
編集済み: Sansri Basu 2014 年 2 月 26 日
the output of the resultant image should appear as that shown in figure 1 and figure 2 of the paper in the link i have provided below:
www.klab.caltech.edu/~xhou/papers/cvpr07.pdf

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

回答 (1 件)

Image Analyst
Image Analyst 2014 年 2 月 26 日
Call fft2 on your image. Take the real part or call abs(). Then take the log and call
imshow(logImage, []);
  4 件のコメント
Sansri Basu
Sansri Basu 2014 年 3 月 10 日
nop, itz only showing the original image, the graph is appearing blank!!!!!!!! please help!!!!!!!
Image Analyst
Image Analyst 2014 年 3 月 10 日
Sansri, I just copied and pasted and it worked fine. It produced this:
I don't know why you are expecting a graph. It makes an image, not a graph. What did you do to my code to make it not work? You must have done something else besides just copying and pasting that code.

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

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by