compatibleTrackBranches
Formulate global hypotheses from clusters
Description
[
returns the list of hypotheses hypotheses
,hypScores
] = compatibleTrackBranches(clusters
,incompatibleBranches
,scores
,maxNumHypotheses
)hypotheses
and their scores
hypScores
from information about clusters of branches and
incompatibility of branches.
Hypotheses are sets of compatible track branches, which are branches that do not belong to the same track or share a detection in their history. The score of each hypothesis is the sum of scores of all branches included in the hypothesis.
Examples
Input Arguments
Output Arguments
References
[1] Werthmann, John R. "A Step-by-Step Description of a Computationally Efficient Version of Multiple Hypothesis Tracking." In Proceedings of SPIE Vol. 1698, Signal and Processing of Small Targets. 1992, pp. 288–300. doi: 10.1117/12.139379.
Extended Capabilities
Version History
Introduced in R2018b
See Also
trackerTOMHT
| trackBranchHistory
| clusterTrackBranches
| pruneTrackBranches