mirror of https://github.com/davisking/dlib.git
clarified spec
This commit is contained in:
parent
a9fd939c82
commit
7640decee9
|
@ -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.
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue