My task is to perform cross correlation for two images of arbitrary size. I've found https://developer.apple.com/forums/thread/37631 and trying to use it.
Firstly, I need to perform FFT and, to check that results are valid, I perfom IFFT to compare result of IFFT with input of FFT. I getting wrong numbers right now.
Could anyone show the right way how to do this for images?
Firstly, I need to perform FFT and, to check that results are valid, I perfom IFFT to compare result of IFFT with input of FFT. I getting wrong numbers right now.
Could anyone show the right way how to do this for images?