What is a track in multiObjectTracker
조회 수: 4 (최근 30일)
이전 댓글 표시
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
채택된 답변
Walter Roberson
2021년 3월 6일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!