Direct Image Matching by Dynamic Warping
Abstract
In this paper, a new and efficient 2DDW (2-dimensional Dynamic Warping ) algorithm for direct image matching is proposed. Similar to the 1-dimensional DTW (Dynamic Time Warping) for sequence matching and optimal alignment, the 2DDW is aimed to elastically matching images which may be not aligned well. However, finding the optimal alignment between two images has been proved to be NP-complete [Elastic image matching is np-complete]. Therefore, reasonable constrains are imposed on the warping to bring down the complexity, such as continuity and monotonicity. The best complexity for continuous and monotonic 2DDW so far was reported as O(N^2 9^N) in [An efficient two-dimensional warping algorithm]. Our algorithm also guarantees continuity and monotonicity and the complexity is only O(N^6).
Cite
Text
Lei and Govindaraju. "Direct Image Matching by Dynamic Warping." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2004. doi:10.1109/CVPR.2004.324Markdown
[Lei and Govindaraju. "Direct Image Matching by Dynamic Warping." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2004.](https://mlanthology.org/cvprw/2004/lei2004cvprw-direct/) doi:10.1109/CVPR.2004.324BibTeX
@inproceedings{lei2004cvprw-direct,
title = {{Direct Image Matching by Dynamic Warping}},
author = {Lei, Hansheng and Govindaraju, Venu},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2004},
pages = {76},
doi = {10.1109/CVPR.2004.324},
url = {https://mlanthology.org/cvprw/2004/lei2004cvprw-direct/}
}