Get associated measurement history for trackerGNN?

조회 수: 2 (최근 30일)
Ryan Fogle
Ryan Fogle 2021년 9월 16일
댓글: Ryan Fogle 2021년 9월 16일
Hi,
I am using trackerGNN to form tracks on simulated measurements. At each time instant, the tracker() function returns a objectTrack. Is there a way to get the measurement that was associated to update the track (i.e., the measurement index that was used to update the track position and form the objectTrack)?
Thanks

채택된 답변

Elad Kivelevitch
Elad Kivelevitch 2021년 9월 16일
Yes.
You can use
[confirmedTracks, ~, ~, info] = tracker(detections, time);
Then, in info, you can look for the field Assignments and find which track ID (first column) was assigned to which detection index (column 2).

추가 답변 (0개)

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by