whizbuzzer / KalmanFilter

Implementation of Kalman Filter for Object Tracking in 1D and 2D custom-modeled systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrete Kalman Filter for 1D and 2D object tracking

Built on Ubuntu 20.04

This project aims to implement the Kalman Filter (Linear Quadratic Estimation) for Object-tracking in 1D and 2D in C++ using this reference

Through this port, I got a brush up on using CMake and gained exposure to an amazing graph plotting library for C++, Matplot++ along with the Eigen C++ library used for linear algebra and the OpenCV C++ library used for image processing and computer vision techniques.

Please go through ReadMe.md in case you get stuck!

About

Implementation of Kalman Filter for Object Tracking in 1D and 2D custom-modeled systems.


Languages

Language:C++ 95.2%Language:CMake 4.8%