Zero-normalised cross correlation for Template Matching
I want to use Template Matching for tracking some objects and some literature says Zero-normalised versions of Cross Correlation (ZNCC) or Sum of Square Differences (ZNSSD) are the most robust. I would really appreciate if anyone could advise if Template Matching includes these methods of correlation criteria and how. Thank you
matchtemplate doc and method parameters here
that sounds like a bad idea, far too much overhead. rather implement your own cross-correlation using your desired normalization, maybe take a look at the MOSSE tracker-