Info

This question is closed. Reopen it to edit or answer.

Image processing-a problem?

2 views (last 30 days)
Tina
Tina on 12 Mar 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
Hey everyone,
I was just wondering why when the magnitude of an image is zero, the phase is so noisy?
  4 Comments
Youssef  Khmou
Youssef Khmou on 12 Mar 2013
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)
?

Answers (0)

Community Treasure Hunt

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

Start Hunting!