mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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
|
||||
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.
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user