Is there in MATLAB function for Hungary algorithm Thanks

답변 (4개)

Daniel Lyddy
Daniel Lyddy 2016년 2월 5일

1 개 추천

If you have the Computer Vision Toolbox, then assignDetectionsToTracks runs the Munkres/Hungarian algorithm under the hood.
Christine Tobler
Christine Tobler 2019년 5월 2일

1 개 추천

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 2012년 3월 11일

0 개 추천

Maybe this is what you are looking for:

댓글 수: 1

Aldin
Aldin 2012년 3월 11일
Yes, The function is Hungarian, right?

댓글을 달려면 로그인하십시오.

Nagaraju Subuddi
Nagaraju Subuddi 2018년 12월 22일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

질문:

2012년 3월 11일

답변:

2019년 5월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by