CVMar 24, 2018

A Single-shot-per-pose Camera-Projector Calibration System For Imperfect Planar Targets

arXiv:1803.09058v219 citations
Originality Incremental advance
AI Analysis

This provides a more convenient and robust calibration solution for computer vision applications, though it is incremental as it builds on existing structured light frameworks.

The paper tackled the problem of camera-projector calibration errors due to imperfect planar targets and noise by proposing a robust single-shot-per-pose method using De Bruijn patterns and bundle adjustment, showing clear advantages over existing methods in synthetic and real datasets.

Existing camera-projector calibration methods typically warp feature points from a camera image to a projector image using estimated homographies, and often suffer from errors in camera parameters and noise due to imperfect planarity of the calibration target. In this paper we propose a simple yet robust solution that explicitly deals with these challenges. Following the structured light (SL) camera-project calibration framework, a carefully designed correspondence algorithm is built on top of the De Bruijn patterns. Such correspondence is then used for initial camera-projector calibration. Then, to gain more robustness against noises, especially those from an imperfect planar calibration board, a bundle adjustment algorithm is developed to jointly optimize the estimated camera and projector models. Aside from the robustness, our solution requires only one shot of SL pattern for each calibration board pose, which is much more convenient than multi-shot solutions in practice. Data validations are conducted on both synthetic and real datasets, and our method shows clear advantages over existing methods in all experiments.

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