cross-correlation of 2 same sized images
Is there a way to compute full cross-correlation (or phase correlation) for two images of same size?
-resulting image should be same size as 2 source images. Convolution will only give me one pixel image the way it is implemented.
Or do I have to compute it by dft and therefore code it manually? Essentially I am looking for subpixel template matching (for 2 same sized images where an object within shifts)