PLVS: An open-source SLAM system with Points, Lines, Volumetric mapping and 3D incremental Segmentation 

PLVS(*) is a real-time system that leverages sparse RGB-D and Stereo SLAM, volumetric mapping, and 3D unsupervised incremental segmentation. PLVS stands for Points, Lines, Volumetric mapping and Segmentation. The system runs entirely on CPU or can profit from available GPU computational resources for some specific tasks. The underlying SLAM module is sparse and keyframe-based. It relies on the extraction and tracking of keypoints and keylines. Different volumetric mapping methods are supported and integrated in PLVS. A novel “reprojection” error is proposed for bundle-adjusting line segments. This error allows the system to better stabilize the position estimates of the mapped line segment endpoints and improves SLAM performances. An incremental segmentation method is implemented and integrated into the PLVS framework. Additionally, maps can be saved and reused at need providing multi-session mapping capabilities. 
(*) You can pronounce it /plʌs/ (in Latin it would be read as “PLUS”, ‘U’ and ‘V’ were allographs).

Code: github.com/luigifreda/plvs
Paper:
  PLVS: A SLAM System with Points, Lines, Volumetric Mapping, and 3D Incremental Segmentation
Luigi Freda

PLVS is a work in progress. New improvements are coming soon. I work on it during my free time. If you want to join the Team, feel free to get in touch: luigifreda[at] gmail[dot] com

The following image shows some details of a 3D reconstruction: lines, normals, point cloud and segments.

 

RGB-D SLAM

Some of the following RGBD videos were shown at the last TRADR Review (Yr4). No GPU acceleration was used in their making. What you see are real-time screen recordings. A XTION camera was used for shooting the TRADR dataset. 

 

 

 

 

 

Stereo SLAM

The following videos show PLVS working in real-time on the stereo datasets KITTI and EUROC.  PLVS is able to chew stereo images without the need of pre-generated depths. 

 

 

 

PLVS for Circus Maximus Mixed-Reality Experience

PLVS was used to reconstruct the Circus Maximus archaeological site and prepare the Circus Maximus AR/VR experiences. You can find further details about this process on this page

Acknowledgments

I had the opportunity to perform tests and develop new enhancements for the PLVS framework by using an NVIDIA Jetson TX2 board, generously donated by NVIDIA Corporation.

I work on PLVS during my free time. The plan is to perform some rigorous testing on other new NVIDIA Jetson boards ASAP. Stay tuned for more updates and details – exciting progress is on the horizon!