Hungarian algorithm realizated in matlab
조회 수: 16 (최근 30일)
이전 댓글 표시
Is there some function which realize Hungarian algorithm in Matlab?
댓글 수: 0
채택된 답변
per isakson
2019년 2월 22일
편집: per isakson
2019년 2월 22일
Documentation on assignDetectionsToTracks: Assign detections to tracks for multiobject tracking says "[...] assigns detections to tracks in the context of multiple object tracking using the James Munkres's variant of the Hungarian assignment algorithm."
Google Hungarian algorithm in Matlab found Hungarian Algorithm for Linear Assignment Problems (V2.3) and Munkres Assignment Algorithm and Hungarian Algorithm for Linear Sum Assignment Problem and Hungarian algorithm and more.
댓글 수: 0
추가 답변 (1개)
Christine Tobler
2019년 5월 2일
As of R2019a, there is a function matchpairs in core MATLAB (no toolboxes needed) that solves the same problem as the Hungarian algorithm.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!