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
9f607bc5
Commit
9f607bc5
authored
Apr 29, 2012
by
Davis King
Browse files
Removed unneeded code.
parent
016f41ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
dlib/graph_cuts/find_max_factor_graph_potts.h
dlib/graph_cuts/find_max_factor_graph_potts.h
+0
-3
No files found.
dlib/graph_cuts/find_max_factor_graph_potts.h
View file @
9f607bc5
...
...
@@ -151,9 +151,6 @@ namespace dlib
else
sink_flows
(
i
,
1
)
=
temp
;
source_flows
(
i
,
1
)
=
0
;
sink_flows
(
i
,
0
)
=
0
;
for
(
unsigned
long
j
=
0
;
j
<
g
.
number_of_neighbors
(
i
);
++
j
)
{
flows
(
i
,
j
)
=
g
.
factor_value_disagreement
(
i
,
g
.
get_neighbor
(
i
,
j
));
...
...
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