How to use other filters than simple Kalman in Motion-Based Multiple Object Tracking Example
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Estimation Filters についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!