Hungary algorithm

Is there in MATLAB function for Hungary algorithm Thanks

Answers (4)

Daniel Lyddy
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
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.
Ondrej
Ondrej on 11 Mar 2012

0 votes

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

0 votes

Sir,
Is the matlab code for "Hungary algorithm" is romoved? Please suggest me, where i can get the code.
Thanks
Nag

Categories

Asked:

on 11 Mar 2012

Answered:

on 2 May 2019

Community Treasure Hunt

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

Start Hunting!