Skip to content

zakki/lsd_slam_windows

 
 

Repository files navigation

LSD-SLAM for Windows Fork

This fork simplifies building LSD-SLAM on Windows with Visual Studio 2013 (VS12).

Prerequisites

Install pre-build binaries of OpenCV 3.0 and Boost Library 1.59.0 x64 fro VS 12.

Building the Solution

Open LSD-SLAM.sln in Visual Studio 2013 and correct the paths in the LSD-SLAM.props which can be found in the 'Settings' folder of the solution.

LSD-SLAM: Large-Scale Direct Monocular SLAM

LSD-SLAM is a novel approach to real-time monocular SLAM. It is fully direct (i.e. does not use keypoints / features) and creates large-scale, semi-dense maps in real-time on a laptop. For more information see http://vision.in.tum.de/lsdslam where you can also find the corresponding publications and Youtube videos, as well as some example-input datasets, and the generated output as rosbag or .ply point cloud.

Related Papers

  • LSD-SLAM: Large-Scale Direct Monocular SLAM, J. Engel, T. Schöps, D. Cremers, ECCV '14

  • Semi-Dense Visual Odometry for a Monocular Camera, J. Engel, J. Sturm, D. Cremers, ICCV '13

License

LSD-SLAM is licensed under the GNU General Public License Version 3 (GPLv3), see http://www.gnu.org/licenses/gpl.html.

For commercial purposes, the original lsd slam authors also offer a professional version under different licencing terms.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • C 0.1%