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!