MATLAB: What is track id and assigned truth id

Sensor Fusion and Tracking Toolbox

Best Answer

  1. We use the term track to define the estimated object. Every track is identified by a unique ID.
  2. In the example, there is a table that uses “Assigned Truth ID”. This is the identifier of the simulated truth object (platform) that was assigned to the track by the trackAssignmentMetrics object.
  3. The trackAssignmentMetrics is an object that tries to find the match (assignment) between a list of tracks (estimations) and a list of truth objects. It calculates many things related to the assignment, for example: the number of times an assignment is broken, a track drops, there is a track swap, etc.