How to use other filters than simple Kalman in Motion-Based Multiple Object Tracking Example
Afficher commentaires plus anciens
Hi,
I have found the Motion-Based Multiple Object Tracking Example very useful in various problems. The example states at the end: "The likelihood of tracking errors can be reduced by using a more complex motion model, such as constant acceleration, or by using multiple Kalman filters for every object. Also, you can incorporate other cues for associating detections over time, such as size, shape, and color. "
I would like to try different filters such as those listed in Matlab as usable in the predict and correct functions:
Filter for object tracking, specified as one of these objects:
- trackingEKF — Extended Kalman filter
- trackingUKF — Unscented Kalman filter
- trackingABF — Alpha-beta filter
- trackingCKF — Cubature Kalman filter
- trackingIMM — Interacting multiple model (IMM) filter
- trackingGSF — Gaussian-sum filter
- trackingPF — Particle filter
- trackingMSCEKF — Extended Kalman filter using modified spherical coordinates (MSC)
How would this be incorporated here? Would it involve the vision.Kalmanfilter? How?
Are there any examples of these or the other cues "associating detections over time, such as size, shape, and color." available. I searched the community and could not find any.
Thank you
Réponse acceptée
Plus de réponses (1)
Peter
le 29 Avr 2022
0 votes
Catégories
En savoir plus sur Multi-Object Trackers dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!