Get track history after using trackerGNN?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am using trackerGNN to form tracks on simulated measurements. Is there a function that handles forming a history of track estimates? More specifically, the tracker() function forms a cell array of trackObjects. Those track objects contain trackIds. Currently, I have to match trackIDs over time and concatenate it with prior track positions to form historical track information. Is there code that does this already?
It would also work if there were a function like predictTracksToTime() that allowed me to get track position at a prior time.
Thanks
0 个评论
采纳的回答
Prashant Arora
2021-9-16
Hi Ryan,
There is no existing code/tool in the toolbox that does this automatically. Your method of using TrackID information from each track and manually concatenating their history is probably the way out.
Thanks,
Prashant
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!