Hungary algorithm

38 views (last 30 days)
Aldin
Aldin on 11 Mar 2012
Answered: Christine Tobler on 2 May 2019
Is there in MATLAB function for Hungary algorithm Thanks

Answers (4)

Daniel Lyddy
Daniel Lyddy on 5 Feb 2016
If you have the Computer Vision Toolbox, then assignDetectionsToTracks runs the Munkres/Hungarian algorithm under the hood.

Christine Tobler
Christine Tobler on 2 May 2019
As of R2019a, there is a function matchpairs in core MATLAB (no toolboxes needed) that solves the same problem as the Hungarian algorithm.

Ondrej
Ondrej on 11 Mar 2012
Maybe this is what you are looking for:
  1 Comment
Aldin
Aldin on 11 Mar 2012
Yes, The function is Hungarian, right?

Sign in to comment.


Nagaraju Subuddi
Nagaraju Subuddi on 22 Dec 2018
Sir,
Is the matlab code for "Hungary algorithm" is romoved? Please suggest me, where i can get the code.
Thanks
Nag

Community Treasure Hunt

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

Start Hunting!