How to use tracking metrics on filter tracker like the kalman filter tracker (trackingkf)?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I'm making a multiple object tracking program which implements the kalman filter tracker from the Sensor Fusion Toolbox.
Since I'm comparing the kalman filter, unscented kalman filter, and extended kalman filter trackers, is there any metrics available to be used to compare the trackers used? I've looked on to https://www.mathworks.com/help/fusion/ug/introduction-to-tracking-metrics.html but storing my tracker output results in a [7x1 objectTracker] variable whilst the one used on the example was a [0x1 objectTracker]
0 个评论
回答(1 个)
Elad Kivelevitch
2021-4-16
Nadya,
I am afraid I don't understand the question. The output from the tracker that you want to compare to the truth using track metrics should not be empty. In the example, I believe it's not empty (0x1 objectTrack) either.
Can you explain the issue again?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Tracking and Sensor Fusion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!