Ask Your Question
2

Kalman Filter with Hungarian Algorithm

asked 2015-11-05 03:32:03 -0600

R5 gravatar image

I need to implement a kalman filter in python, however the code for the Hungarian Algorithm is different from the C++ example that I found here, can anyone tell me what result will be return when this code is call?

AssignmentProblemSolver APS;
APS.Solve(Cost,assignment,AssignmentProblemSolver::optimal);

I think the Cost will return a minimum Cost matrix, but what about the assignment variable?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-08-16 07:57:19 -0600

The Cost matrix we make as input parameter: distance between i-detection and j-tracking_object. And assignment containts the final indexes: which detection corresponds to which track after optimization.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-11-05 03:32:03 -0600

Seen: 3,856 times

Last updated: Nov 05 '15