Hungarian algorithm realizated in matlab

67 views (last 30 days)
Is there some function which realize Hungarian algorithm in Matlab?

Accepted Answer

per isakson
per isakson on 22 Feb 2019
Edited: per isakson on 22 Feb 2019
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."

More Answers (1)

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

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!