Very Fast Template Matching

Abstract

Template matching by normalized correlations is a common technique for determine the existence and compute the location of a shape within an image. In many cases the run time of computer vision applications is dominated by repeated computation of template matching, applied to locate multiple templates in varying scale and orientation. A straightforward implementation of template matching for an image size n and a template size k requires order of kn operations. There are fast algorithms that require order of n log n operations. We describe a new approximation scheme that requires order n operations. It is based on the idea of “Integral-Images”, recently introduced by Viola and Jones.

Cite

Text

Schweitzer et al. "Very Fast Template Matching." European Conference on Computer Vision, 2002. doi:10.1007/3-540-47979-1_24

Markdown

[Schweitzer et al. "Very Fast Template Matching." European Conference on Computer Vision, 2002.](https://mlanthology.org/eccv/2002/schweitzer2002eccv-very/) doi:10.1007/3-540-47979-1_24

BibTeX

@inproceedings{schweitzer2002eccv-very,
  title     = {{Very Fast Template Matching}},
  author    = {Schweitzer, Haim and Bell, J. W. and Wu, Feng},
  booktitle = {European Conference on Computer Vision},
  year      = {2002},
  pages     = {358-372},
  doi       = {10.1007/3-540-47979-1_24},
  url       = {https://mlanthology.org/eccv/2002/schweitzer2002eccv-very/}
}