Info
此问题已关闭。 请重新打开它进行编辑或回答。
Image processing-a problem?
1 次查看(过去 30 天)
显示 更早的评论
Hey everyone,
I was just wondering why when the magnitude of an image is zero, the phase is so noisy?
4 个评论
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)
?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!