Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 425 Bytes

File metadata and controls

10 lines (6 loc) · 425 Bytes

Multi-Object Estimation and Filtering

Practical Assignement for the Multi-Object Estimation and Filtering course by Daniel CLARK.

The aim of this assignement was to implement filtering techniques such as:

  • Kalman Filter and Gaussian Sum Filter for single target tracking
  • Gaussian PHD filter for multi-target tracking.

I have also implemented trajectory and observation simulators in order to test these algorithms.