I have two images I
and J
, I take X=fft(I)
and Y=fft(J)
to have the Fourier transforms, then I take the phase and magnitude of 'X' and 'Y' respectively.
The problem is I need to combine the phase of X
and magnitude of Y
to form a new image, and use ifft
to reconstruct this new image, How to do that in MATLAB ?