ClearLines - Camera Calibration from Straight Lines
Gregory Schroeder, Mohamed Sabry, Cristina Olaverri-Monreal
TL;DR
The paper tackles the gap between theory and practice in camera calibration from straight lines in outdoor environments by introducing the ClearLines dataset, a compact collection derived from KITTI and IAMCV images. It provides a practical edge-segment detection pipeline, a high-recall labeling strategy, and an evaluation framework (precision and recall) tailored to straight-edge segments suitable for calibration. Key contributions include dataset creation and labeling workflow, an end-to-end pipeline outline (preprocessing, edge detection, chaining, subpixel refinement, merging, and filtering), and guidance on robust distortion estimation using the Brown-Conrady model and MSAC-based RANSAC. The work enables researchers to evaluate and refine straight-line calibration methods in realistic outdoor settings and highlights avenues for dataset expansion and integration with SLAM-based calibration.
Abstract
The problem of calibration from straight lines is fundamental in geometric computer vision, with well-established theoretical foundations. However, its practical applicability remains limited, particularly in real-world outdoor scenarios. These environments pose significant challenges due to diverse and cluttered scenes, interrupted reprojections of straight 3D lines, and varying lighting conditions, making the task notoriously difficult. Furthermore, the field lacks a dedicated dataset encouraging the development of respective detection algorithms. In this study, we present a small dataset named "ClearLines", and by detailing its creation process, provide practical insights that can serve as a guide for developing and refining straight 3D line detection algorithms.
