Hungarian algorithm realizated in matlab
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
liang chen
el 22 de Feb. de 2019
Respondida: Christine Tobler
el 2 de Mayo de 2019
Is there some function which realize Hungarian algorithm in Matlab?
0 comentarios
Respuesta aceptada
per isakson
el 22 de Feb. de 2019
Editada: per isakson
el 22 de Feb. de 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."
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 comentarios
Más respuestas (1)
Christine Tobler
el 2 de Mayo de 2019
As of R2019a, there is a function matchpairs in core MATLAB (no toolboxes needed) that solves the same problem as the Hungarian algorithm.
0 comentarios
Ver también
Categorías
Más información sobre Problem-Based Optimization Setup en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!