yunxiaoshan / opencv-visual-slam

Feature detection via C++ and OpenCV, Feature Tracking via forward and backward error check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#CMPT 742 Fall2018 Assignment 05

Group menbers: Jiayi Zhou, Lei Pan


Note:

Implementation Steps

  1. To make build folder/ change working directory
    • run build.sh file with the opencv and sov zips
    • change the dataset path to the current path in the default config file
  2. To run KLT
    • To compile, in build, run make
    • To run, in build, run ./klt ../<image 1 name> ../<image 2 name>
  3. To run frontend
    • To compile, in build, run make
    • To run, in build, run ./vo_offline ../config/default.yml

About

Feature detection via C++ and OpenCV, Feature Tracking via forward and backward error check


Languages

Language:C++ 97.0%Language:CMake 3.0%