Efficient Solution of Point-Line Absolute Pose
Abstract
We revisit certain problems of pose estimation based on 3D--2D correspondences between features which may be points or lines. Specifically, we address the two previously-studied minimal problems of estimating camera extrinsics from point--point correspondences and line--line correspondences. To the best of our knowledge, all of the previously-known practical solutions to these problems required computing the roots of degree (univariate) polynomials when , or degree polynomials when We describe and implement two elementary solutions which reduce the degrees of the needed polynomials from to and from to , respectively. We show experimentally that the resulting solvers are numerically stable and fast: when compared to the previous state-of-the art, we may obtain nearly an order of magnitude speedup. The code is available at \url{https://github.com/petrhruby97/efficient\_absolute}
Cite
@article{arxiv.2404.16552,
title = {Efficient Solution of Point-Line Absolute Pose},
author = {Petr Hruby and Timothy Duff and Marc Pollefeys},
journal= {arXiv preprint arXiv:2404.16552},
year = {2024}
}
Comments
CVPR 2024, 11 pages, 8 figures, 5 tables