How to use other filters than simple Kalman in Motion-Based Multiple Object Tracking Example
Show older comments
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
Accepted Answer
More Answers (1)
Peter
on 29 Apr 2022
0 votes
Categories
Find more on Multi-Object Trackers in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!