LECalib: Line-Based Event Camera Calibration
Zibin Liu, Banglei Guan, Yang Shang, Zhenbao Yu, Yifei Bian, Qifeng Yu
TL;DR
Camera calibration for event-based vision is challenged by reliance on flashing patterns, grayscale image reconstruction, or frame-like features, which is inefficient in dynamic settings. We present LECalib, a line-based calibration framework that detects lines directly from asynchronous events, constructs an initial projection model from 2D-3D line correspondences, and refines parameters with non-linear optimization on the projection matrix $\mathbf{M}$ and its decomposition into intrinsic $\mathbf{K}$ and extrinsic $ (\mathbf{R},\mathbf{T}) $. The method supports both planar and non-planar lines and eliminates the need for specialized calibration boards or image reconstruction. Experiments on simulated and real data show accurate monocular and stereo calibration, robustness to distortion and noise, and broad applicability to typical man-made environments.
Abstract
Camera calibration is an essential prerequisite for event-based vision applications. Current event camera calibration methods typically involve using flashing patterns, reconstructing intensity images, and utilizing the features extracted from events. Existing methods are generally time-consuming and require manually placed calibration objects, which cannot meet the needs of rapidly changing scenarios. In this paper, we propose a line-based event camera calibration framework exploiting the geometric lines of commonly-encountered objects in man-made environments, e.g., doors, windows, boxes, etc. Different from previous methods, our method detects lines directly from event streams and leverages an event-line calibration model to generate the initial guess of camera parameters, which is suitable for both planar and non-planar lines. Then, a non-linear optimization is adopted to refine camera parameters. Both simulation and real-world experiments have demonstrated the feasibility and accuracy of our method, with validation performed on monocular and stereo event cameras. The source code is released at https://github.com/Zibin6/line_based_event_camera_calib.
