CVJan 13, 2025

Three-view Focal Length Recovery From Homographies

arXiv:2501.07499v2h-index: 11Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses a specific problem in computer vision for camera calibration, offering incremental improvements in speed and accuracy for focal length recovery.

The paper tackles the problem of recovering focal lengths from three-view homographies by deriving explicit constraints and converting them into polynomial equations, showing that the proposed solvers are faster and more accurate than two-view methods in evaluations.

In this paper, we propose a novel approach for recovering focal lengths from three-view homographies. By examining the consistency of normal vectors between two homographies, we derive new explicit constraints between the focal lengths and homographies using an elimination technique. We demonstrate that three-view homographies provide two additional constraints, enabling the recovery of one or two focal lengths. We discuss four possible cases, including three cameras having an unknown equal focal length, three cameras having two different unknown focal lengths, three cameras where one focal length is known, and the other two cameras have equal or different unknown focal lengths. All the problems can be converted into solving polynomials in one or two unknowns, which can be efficiently solved using Sturm sequence or hidden variable technique. Evaluation using both synthetic and real data shows that the proposed solvers are both faster and more accurate than methods relying on existing two-view solvers. The code and data are available on https://github.com/kocurvik/hf

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes