Localisation using a (strictly) downward facing camera (similar to mouse tracking) based on feature detection and optical flow
- Eigen3
- OpenCV
- CMake
git clone https://github.com/oyqmatt/Optical-Flow-Localisation.git
cd Optical-Flow-Localisation
mkdir build
cd build
cmake ..
make
Uncomment this line in optical_flow.cpp
#define VID_OUT
In build directory
./Optical-Flow-Localisation <path-to-video>
- Poor tracking performanc in combined rotation and translation
- To implement video undistortion
- Parse config file for params rather than defining in code