フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Image processing-a problem?

1 回表示 (過去 30 日間)
Tina
Tina 2013 年 3 月 12 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hey everyone,
I was just wondering why when the magnitude of an image is zero, the phase is so noisy?
  4 件のコメント
Youssef  Khmou
Youssef Khmou 2013 年 3 月 12 日
ok, but phase has meaning when talking about periodic signals (1d or 2d) an image can not be considered as periodic signal, so of course the phase will look like rv , do you obtain something like :
I=im2double(imread('circuit.tif'));
dI=fft2(I);
P=angle(dI);
imagesc(P)
?
Tina
Tina 2013 年 3 月 12 日
yes

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by