kalman filter vs correlation filters ?
Mostrar comentarios más antiguos
which filter is most advantageous in tracking an object and why ? is it kalman filter or other correlation filters is advantageous ?
Respuestas (1)
Dima Lisin
el 22 de Sept. de 2014
0 votos
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.
Categorías
Más información sobre Tracking and Motion Estimation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!