Fast Directional Chamfer Matching
Abstract
We study the object localization problem in images given a single hand-drawn example or a gallery of shapes as the object model. Although many shape matching algorithms have been proposed for the problem over the decades, chamfer matching remains to be the preferred method when speed and robustness are considered. In this paper, we significantly improve the accuracy of chamfer matching while reducing the computational time from linear to sublinear (shown empirically). Specifically, we incorporate edge orientation information in the matching algorithm such that the resulting cost function is piecewise smooth and the cost variation is tightly bounded. Moreover, we present a sublinear time algorithm for exact computation of the directional chamfer matching score using techniques from 3D distance transforms and directional integral images. In addition, the smooth cost function allows to bound the cost distribution of large neighborhoods and skip the bad hypotheses within. Experiments show that the proposed approach improves the speed of the original chamfer matching upto an order of 45×, and it is much faster than many state of art techniques while the accuracy is comparable.
Cite
Text
Liu et al. "Fast Directional Chamfer Matching." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539837Markdown
[Liu et al. "Fast Directional Chamfer Matching." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/liu2010cvpr-fast/) doi:10.1109/CVPR.2010.5539837BibTeX
@inproceedings{liu2010cvpr-fast,
title = {{Fast Directional Chamfer Matching}},
author = {Liu, Ming-Yu and Tuzel, Oncel and Veeraraghavan, Ashok and Chellappa, Rama},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {1696-1703},
doi = {10.1109/CVPR.2010.5539837},
url = {https://mlanthology.org/cvpr/2010/liu2010cvpr-fast/}
}