kalman filter vs correlation filters ?
古いコメントを表示
which filter is most advantageous in tracking an object and why ? is it kalman filter or other correlation filters is advantageous ?
回答 (1 件)
Dima Lisin
2014 年 9 月 22 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Motion Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!