An open API service indexing awesome lists of open source software.

https://github.com/research-and-project/kf_tracking

Single and Multiple Object Tracking Based on Kalman Filter
https://github.com/research-and-project/kf_tracking

kalman-filter mot object-tracking

Last synced: 5 months ago
JSON representation

Single and Multiple Object Tracking Based on Kalman Filter

Awesome Lists containing this project

README

          

# KF_Tracking

### Single and Multiple Object Tracking Based on Kalman Filter

> by [Zhihong Zhang](https://github.com/dawnlh)

This repository implements a Kalman filter algorithm demo (`./Kalman_Filter/`) and the single/multiple object tracking algorithm (`./KF_Tracking/`) using MATLAB. And MATLAB official implementation of the object tracking demo is contained in `./MATLAB_official_KF_demo/`