atlas-jj / ORB_Line_SLAM

line feature based SLAM, modified based on the famous ORB-SLAM2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ORB_Line_SLAM

line feature based SLAM, modified based on the famous ORB-SLAM2

Maintenance


  • This repository served as my CMPUT630 Course Project in 2017.
  • This repository is no longer maintained since I moved my interest to robot manipulation research.
  • Current problem is the accuracy of line correspondence detection when using the sparse feature points generated by ORB-SLAM. That's also the reason why very few map points are generated apart from the original points in ORB-SLAM.
  • If you happen to feel this code helps you a little bit, that's all the values of this repo here.
  • You can star it, but no need to cite it. It's not an original research project.
  • If you are interested in SLAM using line features, I higly recommend you the research done by our lab member Shida:

Incremental 3D Line Segment Extraction for Surface Reconstruction from Semi-dense SLAM

Some results from Shida's work:

About

line feature based SLAM, modified based on the famous ORB-SLAM2


Languages

Language:C++ 43.0%Language:Makefile 38.0%Language:C 13.8%Language:CMake 3.9%Language:Python 0.7%Language:Objective-C++ 0.3%Language:Shell 0.1%Language:Objective-C 0.1%Language:Cuda 0.0%