I would like to combine two images A and B in the following way:
1) I want to take a Fourier transform of both of them
2) For image A I want to apply a weighted filter, which gives more emphasis for low frequencies
3) For image B I want to apply a weighted filter, which gives more emphasis for high frequencies
4) I want to combine these frequencies and take the inverse Fourier transform
Can someone give me any guidelines where I should start (which functions etc.) to do this in Matlab? =) I'm kinda learning about Fourier transform and I want to play around with images. I was hoping if someone could give an example of code how this could be done etc.
Thank you for any help! =)