Cross-correlation template matching and noise

asked 2013-06-03 07:24:53 -0600

vyndor gravatar image

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!

edit retag flag offensive close merge delete