Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7640dece
"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "82f1731790b3ea083f141a9b0884f5f69433ca5e"
Commit
7640dece
authored
Aug 09, 2013
by
Davis King
Browse files
clarified spec
parent
a9fd939c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/optimization/max_cost_assignment_abstract.h
dlib/optimization/max_cost_assignment_abstract.h
+3
-0
No files found.
dlib/optimization/max_cost_assignment_abstract.h
View file @
7640dece
...
@@ -50,6 +50,9 @@ namespace dlib
...
@@ -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.
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment