Hungarian algorithm realizated in matlab
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
liang chen
le 22 Fév 2019
Réponse apportée : Christine Tobler
le 2 Mai 2019
Is there some function which realize Hungarian algorithm in Matlab?
0 commentaires
Réponse acceptée
per isakson
le 22 Fév 2019
Modifié(e) : per isakson
le 22 Fév 2019
Documentation on assignDetectionsToTracks: Assign detections to tracks for multiobject tracking says "[...] assigns detections to tracks in the context of multiple object tracking using the James Munkres's variant of the Hungarian assignment algorithm."
Google Hungarian algorithm in Matlab found Hungarian Algorithm for Linear Assignment Problems (V2.3) and Munkres Assignment Algorithm and Hungarian Algorithm for Linear Sum Assignment Problem and Hungarian algorithm and more.
0 commentaires
Plus de réponses (1)
Christine Tobler
le 2 Mai 2019
As of R2019a, there is a function matchpairs in core MATLAB (no toolboxes needed) that solves the same problem as the Hungarian algorithm.
0 commentaires
Voir également
Catégories
En savoir plus sur Problem-Based Optimization Setup dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!