Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Image processing-a problem?

1 visualización (últimos 30 días)
Tina
Tina el 12 de Mzo. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hey everyone,
I was just wondering why when the magnitude of an image is zero, the phase is so noisy?
  4 comentarios
Youssef  Khmou
Youssef Khmou el 12 de Mzo. de 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
Tina el 12 de Mzo. de 2013
yes

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by