Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 400 Bytes

File metadata and controls

8 lines (4 loc) · 400 Bytes

KF_Tracking

Single and Multiple Object Tracking Based on Kalman Filter

by Zhihong Zhang

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/