Hungarian algorithm realizated in matlab

Is there some function which realize Hungarian algorithm in Matlab?

 採用された回答

per isakson
per isakson 2019 年 2 月 22 日
編集済み: per isakson 2019 年 2 月 22 日

0 投票

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."

その他の回答 (1 件)

Christine Tobler
Christine Tobler 2019 年 5 月 2 日

6 投票

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

カテゴリ

ヘルプ センター および File ExchangeMATLAB Report Generator についてさらに検索

製品

リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by