Maximum-Likelihood Template Matching

Abstract

In image matching applications such as tracking and stereo matching, it is common to use the sum-of-squared-differences (SSD) measure to determine the best match for an image template. However, this measure is sensitive to outliers and is not robust to template variations. We describe a robust measure and efficient search strategy for template matching with a binary or greyscale template using a maximum-likelihood formulation. In addition to subpixel localization and uncertainty estimation, these techniques allow optimal feature selection based on minimizing the localization uncertainty. We examine the use of these techniques for object recognition, stereo matching, feature selection, and tracking.

Cite

Text

Olson. "Maximum-Likelihood Template Matching." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000. doi:10.1109/CVPR.2000.854735

Markdown

[Olson. "Maximum-Likelihood Template Matching." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2000.](https://mlanthology.org/cvpr/2000/olson2000cvpr-maximum/) doi:10.1109/CVPR.2000.854735

BibTeX

@inproceedings{olson2000cvpr-maximum,
  title     = {{Maximum-Likelihood Template Matching}},
  author    = {Olson, Clark F.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2000},
  pages     = {2052-2057},
  doi       = {10.1109/CVPR.2000.854735},
  url       = {https://mlanthology.org/cvpr/2000/olson2000cvpr-maximum/}
}