cgnerds / SlamAR

An open source, SLAM based augmented reality software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlamAR -An open source, SLAM based augmented reality software.

Codacy Badge Linux: Build Status

Ubuntu 14.04

Dependencies

  • sudo apt-get install build-essential libgtk2.0-dev libvtk5-dev libjpeg-dev libtiff4-dev libjasper-dev libopenexr-dev libtbb-dev qtdeclarative5-dev qt5-qmake libqglviewer-dev libeigen3-dev libsuitesparse-dev libboost-all-dev

Sophus

OpenCV

g2o

DBow3

TUM Dataset

  1. Download a RGB-D sequence from TUM, like fr1/xyz and change the parameter dataset_dir in the config/default.yaml file accordingly.
  2. Associate RGB images and depth images using the python script associate.py. We already provide associations for some of the sequences in examples/. You can generate your own associations file executing:
  • python associate.py rgb.txt depth.txt > associate.txt

About

An open source, SLAM based augmented reality software.

License:Apache License 2.0


Languages

Language:C++ 77.0%Language:CMake 23.0%