kalman filter vs correlation filters ?

4 次查看(过去 30 天)
which filter is most advantageous in tracking an object and why ? is it kalman filter or other correlation filters is advantageous ?

回答(1 个)

Dima Lisin
Dima Lisin 2014-9-22
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.

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by