Machine learningObject detection
模板匹配
模板匹配是一种在较大图像中定位已知模式(模板)的直接技术。通过在目标图像上滑动模板图像并计算每个位置的相似度量,模板匹配可以识别模板出现的位置。当模板定义明确且外观变化有限时,它对于简单的对象检测非常有效。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- 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 ↗
如何引用本页
ScholarGate. (2026, June 3). Template Matching for Object Detection. ScholarGate. https://scholargate.app/zh/computer-vision/template-matching
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 斑点检测计算机视觉↔ compare
- 轮廓分析计算机视觉↔ compare
- Harris Corner Detection计算机视觉↔ compare
- 霍夫变换计算机视觉↔ compare
- SIFT 特征检测计算机视觉↔ compare