Real-Time Edge Template Tracking via Homography Estimation
Xuebin Qin, Shida He, Zichen Zhang, Masood Dehghan, Jun Jin, Martin Jagersand
Abstract
In this paper, we propose a novel real-time method for tracking planar edge templates. This method tracks an edge template by estimating its homography transformations with respect to the sampled edge pixels detected from the incoming frames. Particularly, we define a cost function based on a new feature map of the to-be-tracked edge template and optimize it by a Lucas-Kanade-like algorithm. The feature map is defined as the fourth root of the distance transform. Our method operates on just edges so that it is good at tracking those low textured targets, such as hollow targets (mug rim), thin targets (cable, ring) and non-Lambertian objects (disc). We validate and compare our method with four other methods on five newly collected real-world video sequences. The results achieves the lowest overall average error (1.58 pixels) and also outperforms others in terms of success rate. The per frame processing time of about 30 ms proves that our method is acceptable in realtime applications. The code and dataset are publicly available at: http://webdocs.cs.ualberta.ca/~xuebin/.
BibTeX
@inproceedings{iros2018_realtimeedgetemp,
title = {Real-Time Edge Template Tracking via Homography Estimation},
author = {Xuebin Qin and Shida He and Zichen Zhang and Masood Dehghan and Jun Jin and Martin Jagersand},
booktitle = {IROS 2018},
year = {2018}
}