Introduction - If you have any usage issues, please Google them yourself
Hungarian algorithm can be used to solve the bipartite matching problem , but it requires the bipartite graph to be completely symmetric. Hence we need to transform the original non-symmetric binary map matching problem into an absolute symmetric one.