Cross-correlation template matching and noise
I know that OpenCV implementation of template matching use dft to speed up. Also noise reduction can be done by frequency domain filtering. So I am wondering if OpenCV implementation of cross-corrrelation template matching vulnerable to noise? Or maybe square difference method more robust?
Thanks!