Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

Kalman Filter with Hungarian Algorithm

$
0
0
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](https://github.com/Smorodov/Multitarget-tracker/blob/82f5c462e208d58dd778fe031b8784f2655a6e28/HungarianAlg/HungarianAlg.cpp), 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?

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>