Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 224 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 224 Bytes

Visual Pose tracking

ORB features tracking for camera pose estimation.

Build instructions

To compile the project using CMake, follow these steps:

mkdir build
cd build
cmake ..
make
./VisualPoseTracking