kalman filter vs correlation filters ?
Afficher commentaires plus anciens
which filter is most advantageous in tracking an object and why ? is it kalman filter or other correlation filters is advantageous ?
Réponses (1)
Dima Lisin
le 22 Sep 2014
0 votes
These are different approaches to tracking. Kalman filter relies on motion, while correlation filters rely on appearance. You can use the Kalman filter to track objects that move predictably, even if they all have similar appearance. You can use correlation filters to track objects that have a distinctive appearance. You can also try to combine the two approaches, as well as use other methods, such as KLT, optical flow, or particle filter.
Catégories
En savoir plus sur Tracking and Motion Estimation 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!