clarified spec

This commit is contained in:
Davis King 2013-08-09 11:22:03 -04:00
parent a9fd939c82
commit 7640decee9
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ namespace dlib
- The elements of A are unique. That is, there aren't any - The elements of A are unique. That is, there aren't any
elements of A which are equal. elements of A which are equal.
- A.size() == cost.nr() - 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.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------