Machine learningObject detection
Template Matching
Template matching is a straightforward technique for locating a known pattern (template) within a larger image. By sliding a template image across the target image and computing a similarity measure at each position, template matching identifies locations where the template appears. It is effective for simple object detection when templates are well-defined and appearance variation is limited.
Open in MethodMindSoonVideoSoon
Read the full method
Members only
Sign inSign in with a free account to read this section.
Sources
- Lewis, J. P. (2004). Fast normalized cross-correlation. Vision Interface, 120–123. link ↗
- Briechle, K., & Hanebeck, U. D. (2001). Template matching using fast normalized cross correlation. SPIE Proceedings, 4387, 95–102. DOI: 10.1117/12.421129 ↗