Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 521 Bytes

UnscentedKalmanFilterCA

Unscented Kalman Filter with uniform acceleration kinematic model.

Used UKF from the opencv_contrib tracking library.

Demo of filtering the measurement of the centroid and rectangle with hardcore noise:

  • Blue - cursor with dispersion noise.
  • Green - UKF prediction.
  • Red - UKF correction.