Hungarian algorithm realizated in matlab
17 ビュー (過去 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!