Hungary algorithm
Afficher commentaires plus anciens
Is there in MATLAB function for Hungary algorithm Thanks
Réponses (4)
Daniel Lyddy
le 5 Fév 2016
1 vote
If you have the Computer Vision Toolbox, then assignDetectionsToTracks runs the Munkres/Hungarian algorithm under the hood.
Christine Tobler
le 2 Mai 2019
1 vote
As of R2019a, there is a function matchpairs in core MATLAB (no toolboxes needed) that solves the same problem as the Hungarian algorithm.
Nagaraju Subuddi
le 22 Déc 2018
0 votes
Sir,
Is the matlab code for "Hungary algorithm" is romoved? Please suggest me, where i can get the code.
Thanks
Nag
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!