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
5d236308
Commit
5d236308
authored
May 19, 2012
by
Davis King
Browse files
clarified spec
parent
c68a8fc7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
+3
-3
No files found.
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
View file @
5d236308
...
@@ -133,9 +133,9 @@ namespace dlib
...
@@ -133,9 +133,9 @@ namespace dlib
requires
requires
- idx < number_of_nodes()
- idx < number_of_nodes()
ensures
ensures
- returns a value which indicates how "good" it is to assign the idx-
node
- returns a value which indicates how "good" it is to assign the idx-
th
the label of true. The larger the value, the more desirable it is
to
node
the label of true. The larger the value, the more desirable it is
give it this label. Similarly, a negative value indicates that it is
to
give it this label. Similarly, a negative value indicates that it is
better to give the node a label of false.
better to give the node a label of false.
!*/
!*/
...
...
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