What is a track in multiObjectTracker
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
N
am 6 Mär. 2021
Beantwortet: Walter Roberson
am 6 Mär. 2021
Can someone please explain what a "track" is? The documentation here doesn't really mention what a track means, and why there are many tracks etc. it just talks about usage:
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Mär. 2021
A track is a set of information about a single object or potential object being tracked. Objects are not confirmed as being real objects unless they are detected sufficiently often within a particular number of frames. Tracks contain information such as location history (to some extent) and estimated velocity, and potentially anything else that helps distinguish the object.
For example in theory for tracking color objects, it could contain information about the estimated mean color of the object; or it could potentially contain information about object texture information. I am not saying that it does contain that information, but that is the kind of information that could be recorded in a track to help figure out which object is which through time.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Tracking and Motion Estimation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!