MATLAB: Hungarian algorithm realizated in matlab

assignment problemhungarianMATLAB

Is there some function which realize Hungarian algorithm in Matlab?

Best Answer

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