Is there a MATLAB solution for merging tracks that are the output of the TOMHT tracker?

3 views (last 30 days)
Hello,
The TOMHT tracker works well when there is maximally 1 detection per track. Therefor, we use the partitionDetections and the mergeDetections functions from MATLAB to cluster the detections of 1 track to only 1 detection. However, if for example both the front and the rear of a large track are detected but not the middle, this will still result in two detections, even after clustering. It would be nice if the two tracks that the TOMHT tracker outputs every time step wiIl be merged afterwards at some point to one track, based on the fact that one stays at the same distance behind the other long enough.
My question is, is there some function of MATLAB that takes care of the merging part of a tracker? I tried to find some functionallity in MATLAB, but I could not find anyting.
Kind regards,
Joost

Accepted Answer

Elad Kivelevitch
Elad Kivelevitch on 26 Oct 2021
Hi Joost,
At this time, we have no such functionality.
We have considered it in the past but have not had a strong use case or customer request. Your question helps us prioritize the feature. Thank you.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!