Hungary algorithm
Show older comments
Is there in MATLAB function for Hungary algorithm Thanks
Answers (4)
Daniel Lyddy
on 5 Feb 2016
1 vote
If you have the Computer Vision Toolbox, then assignDetectionsToTracks runs the Munkres/Hungarian algorithm under the hood.
Christine Tobler
on 2 May 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
on 22 Dec 2018
0 votes
Sir,
Is the matlab code for "Hungary algorithm" is romoved? Please suggest me, where i can get the code.
Thanks
Nag
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!