Commit 7640dece authored by Davis King's avatar Davis King

clarified spec

parent a9fd939c
......@@ -50,6 +50,9 @@ namespace dlib
- The elements of A are unique. That is, there aren't any
elements of A which are equal.
- A.size() == cost.nr()
- This function implements the O(N^3) version of the Hungarian algorithm
where N is the number of rows in the cost matrix.
!*/
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment