用环境中的线条直接校准事件相机,省去人工标定物。
LECalib: Line-Based Event Camera Calibration

- 从事件流中直接检测几何线条,无需额外标定物
- 支持平面与非平面线条,初始参数估计准确率高
- 适用于单目和双目事件相机,适合动态场景
事件相机校准是事件视觉应用的基础。现有方法通常依赖闪烁图案、重建灰度图像,并提取事件特征,但过程耗时且需手动放置标定物,难以适应快速变化的场景。本文提出一种基于线条的事件相机校准框架,利用人工环境中常见的几何线条(如门框、窗框、盒子边缘)进行校准。不同于以往方法,本方案直接从事件流中检测线条,并通过事件-线校准模型生成相机参数的初始估计,适用于平面与非平面线条。随后采用非线性优化进一步精炼参数。仿真与真实实验均验证了方法的有效性与精度,涵盖单目与双目事件相机。源代码已开源:https://github.com/Zibin6/line_based_event_camera_calib。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。