ahmorsi / Particle_Filter_ObjTracking

Object Tracking using Particle Filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Tracking using Particle Filter

Compile the programm using the following commands:

cd {Project-DIR}
mkdir build
cd build
cmake -G"Unix Makefiles" ../
make

Test the program using the following commands:

cd {Project-DIR}
./bin/pf_tracker

About

Object Tracking using Particle Filter


Languages

Language:C++ 83.8%Language:CMake 16.2%