Image processing-a problem?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Hey everyone,
I was just wondering why when the magnitude of an image is zero, the phase is so noisy?
4 Kommentare
Youssef Khmou
am 12 Mär. 2013
hi Tina,
that is general question, can you be more specific, you mean when computing 2D Fourier transform of clean or noisy signal ?
Tina
am 12 Mär. 2013
Youssef Khmou
am 12 Mär. 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)
?
Tina
am 12 Mär. 2013
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!