Skip to content

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

Notifications You must be signed in to change notification settings

whizbuzzer/KalmanFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!