Tracking Line Segments
Abstract
This paper describes the development and the implementation of a line segments based token tracker. Given a sequence of time-varying images, the goal is to track line segments corresponding to the edges extracted from the image being analyzed. We will present a tracking approach that combines a prediction and a matching steps. The prediction step is a Kalman filtering based approach that is used in order to provide reasonable estimates of the region where the matching process has to seek for a possible match between tokens. Correspondence in the search area is done through the use of a similarity function based on Mahalanobis distance between attributs carefully chosen of the line segments. The efficiency of the proposed approach will be illustrated in several experiments that have been carried out considering noisy synthetic data and real scenes obtained from the INRIA mobile robot.
Cite
Text
Deriche and Faugeras. "Tracking Line Segments." European Conference on Computer Vision, 1990. doi:10.1007/BFB0014872Markdown
[Deriche and Faugeras. "Tracking Line Segments." European Conference on Computer Vision, 1990.](https://mlanthology.org/eccv/1990/deriche1990eccv-tracking/) doi:10.1007/BFB0014872BibTeX
@inproceedings{deriche1990eccv-tracking,
title = {{Tracking Line Segments}},
author = {Deriche, Rachid and Faugeras, Olivier D.},
booktitle = {European Conference on Computer Vision},
year = {1990},
pages = {259-268},
doi = {10.1007/BFB0014872},
url = {https://mlanthology.org/eccv/1990/deriche1990eccv-tracking/}
}