DevinBayly / thermal_imaging

access the log plotter here https://devinbayly.github.io/thermal_imaging/
https://devinbayly.github.io/thermal_imaging/
0 stars 0 forks source link

kalman filter motion tracking matlab #8

Open DevinBayly opened 2 years ago

DevinBayly commented 2 years ago

https://www.mathworks.com/help/vision/ug/using-kalman-filter-for-object-tracking.html

This should help me understand how they are using the values that they get back from the detection to actually make sure that the object's tracked in memory are accurate.

DevinBayly commented 2 years ago

three main features of kalman in object tracking

** tracks might mean like tracks that a train goes along, like an actual path

Issues arising in object tracking

predictions occur followed by corrections which is similar to the update steps mentioned in this resource https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python

prediction alone is used in occlusion instances

configurations options can be tweaked to optimize

Links back to article discussing https://www.mathworks.com/help/vision/ug/motion-based-multiple-object-tracking.html