What is a track in multiObjectTracker

2 views (last 30 days)
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:

Accepted Answer

Walter Roberson
Walter Roberson on 6 Mar 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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!