Feeds
已回答
Fourier Transforms and Phase Masks
try this: H = fftshift((fft2(fftshift(I1)))); I2 = fftshift(ifft2(fftshift(exp(1j.*angle(H))))); when you make two FFT's ...
Fourier Transforms and Phase Masks
try this: H = fftshift((fft2(fftshift(I1)))); I2 = fftshift(ifft2(fftshift(exp(1j.*angle(H))))); when you make two FFT's ...
10 years 前 | 1