Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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!