mobi1019 / optical_flow

连续帧间的光流跟踪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

git clone https://github.com/lturing/optical_flow.git
cd optical_flow
mkdir build
cd build
cmake .. && make -j6
cd ..

### test euroc
./build/opticalFlow ./config/euroc.yaml /home/spurs/dataset/euroc/MH_02_easy/mav0/cam0

demo

ref

About

连续帧间的光流跟踪


Languages

Language:C++ 96.7%Language:CMake 3.3%