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
69ee698d
Commit
69ee698d
authored
May 08, 2018
by
Davis King
Browse files
Fixed bug in hysteresis_threshold()
parent
d5a27eba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
dlib/image_transforms/thresholding.h
dlib/image_transforms/thresholding.h
+0
-5
No files found.
dlib/image_transforms/thresholding.h
View file @
69ee698d
...
...
@@ -418,11 +418,6 @@ namespace dlib
}
// end while (pos >= 0)
}
else
{
out_img
[
r
][
c
]
=
off_pixel
;
}
}
}
}
...
...
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