Fast and High-Performance Template Matching Method

Abstract

This paper proposes a new template matching method that is robust to outliers and fast enough for real-time operation. The template and image are densely transformed in binary code form by projecting and quantizing histograms of oriented gradients. The binary codes are matched by a generic method of robust similarity applicable to additive match measures, such as L <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">p</sub> - and Hamming distances. The robust similarity map is computed efficiently via a proposed Inverted Location Index structure that stores pixel locations indexed by their values. The method is experimentally justified in large image patch datasets. Challenging applications, such as intra-category object detection, object tracking, and multimodal image matching are demonstrated.

Cite

Text

Sibiryakov. "Fast and High-Performance Template Matching Method." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995391

Markdown

[Sibiryakov. "Fast and High-Performance Template Matching Method." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/sibiryakov2011cvpr-fast/) doi:10.1109/CVPR.2011.5995391

BibTeX

@inproceedings{sibiryakov2011cvpr-fast,
  title     = {{Fast and High-Performance Template Matching Method}},
  author    = {Sibiryakov, Alexander},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {1417-1424},
  doi       = {10.1109/CVPR.2011.5995391},
  url       = {https://mlanthology.org/cvpr/2011/sibiryakov2011cvpr-fast/}
}