Feeds
질문
What will the image look like?
A = abs(fftshift(fft2(A))); B = angle(fftshift(fft2(B))); C = A .* exp(i * B); D = abs(ifft2(ifftshift(C))); What ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
Fourier Domain of Binary image by binary mask
Hi Going over exam questions and was wondering if someone could guide me through this; I have a binary image B which is multipli...
대략 12년 전 | 답변 수: 1 | 0
