Skip to content

hjshxb/line_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line Tracker

Line tracking using optical flow. This is an unofficial implementation of line optical flow, more details can be found in "EPLF-VINS: Real-Time Monocular Visual-Inertial SLAM With Efficient Point-Line Flow Features".

Optimize

The codes use ZNCC match to decide which line traces fail.

The previous lines are green, and the next lines are red (left without ZNCC, right with ZNCC).

Usage

  1. Dependencies that need to be installed on your system:
sudo apt install libgoogle-glog-dev
sudo apt install libeigen3-dev
  1. Build the codes
mkdir build && cd build
cmake ..
make
  1. Run the demo
./build/test_line_tracker asset/prev.png asset/next.png

About

line optical flow tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published