ROCVMay 27, 2017

LiDAR-Camera Calibration using 3D-3D Point correspondences

arXiv:1705.09785v1187 citationsHas Code
Originality Highly original
AI Analysis

This addresses a critical sensor fusion challenge for autonomous driving systems, offering a practical solution with open-source availability.

The paper tackles the problem of extrinsic calibration between LiDAR and cameras for autonomous vehicles, proposing a novel pipeline using 3D-3D point correspondences to achieve accurate rigid-body transformations, with results confirmed by perfect alignment in fused point clouds.

With the advent of autonomous vehicles, LiDAR and cameras have become an indispensable combination of sensors. They both provide rich and complementary data which can be used by various algorithms and machine learning to sense and make vital inferences about the surroundings. We propose a novel pipeline and experimental setup to find accurate rigid-body transformation for extrinsically calibrating a LiDAR and a camera. The pipeling uses 3D-3D point correspondences in LiDAR and camera frame and gives a closed form solution. We further show the accuracy of the estimate by fusing point clouds from two stereo cameras which align perfectly with the rotation and translation estimated by our method, confirming the accuracy of our method's estimates both mathematically and visually. Taking our idea of extrinsic LiDAR-camera calibration forward, we demonstrate how two cameras with no overlapping field-of-view can also be calibrated extrinsically using 3D point correspondences. The code has been made available as open-source software in the form of a ROS package, more information about which can be sought here: https://github.com/ankitdhall/lidar_camera_calibration .

Code Implementations5 repos
Foundations

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

Your Notes