Robotics: Science and Systems IX

Real-Time Camera Tracking and 3D Reconstruction Using Signed Distance Functions

Erik Bylow, Jürgen Sturm, Christian Kerl, Fredrik Kahl, Daniel Cremers

Abstract:

The ability to quickly acquire 3D models is an essential capability needed in many disciplines including robotics, computer vision, geodesy, and architecture. In this paper we present a novel method for real-time camera tracking and 3D reconstruction of static indoor environments using an RGB-D sensor. We show that by representing the geometry with a signed distance function (SDF), the camera pose can be efficiently estimated by directly minimizing the error of the depth images on the SDF. As the SDF contains the distances to the surface for each voxel, the pose optimization can be carried out extremely fast. By iteratively estimating the camera poses and integrating the RGB-D data in the voxel grid, a detailed reconstruction of an indoor environment can be achieved. We present reconstructions of several rooms using a hand-held sensor and from onboard an autonomous quadrocopter. Our extensive evaluation on publicly available benchmark data shows that our approach is more accurate and robust than the iterated closest point algorithm (ICP) used by KinectFusion, and yields often a comparable accuracy at much higher speed to feature-based bundle adjustment methods such as RGB-D SLAM for up to medium-sized scenes.

Download:

Bibtex:

  
@INPROCEEDINGS{Bylow-RSS-13, 
    AUTHOR    = {Erik Bylow AND Jürgen Sturm AND Christian Kerl AND Fredrik Kahl AND Daniel Cremers}, 
    TITLE     = {Real-Time Camera Tracking and 3D Reconstruction Using Signed Distance Functions}, 
    BOOKTITLE = {Proceedings of Robotics: Science and Systems}, 
    YEAR      = {2013}, 
    ADDRESS   = {Berlin, Germany}, 
    MONTH     = {June},
    DOI       = {10.15607/RSS.2013.IX.035} 
}