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
bf815eea
Commit
bf815eea
authored
May 28, 2018
by
Davis King
Browse files
Fixed spelling error
parent
b9146ad6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_transforms/edge_detector_abstract.h
dlib/image_transforms/edge_detector_abstract.h
+1
-1
No files found.
dlib/image_transforms/edge_detector_abstract.h
View file @
bf815eea
...
@@ -236,7 +236,7 @@ namespace dlib
...
@@ -236,7 +236,7 @@ namespace dlib
)
const
;
)
const
;
/*!
/*!
ensures
ensures
- When we estimate a gradient we do so by fitting a quadratic filter
s
o a
- When we estimate a gradient we do so by fitting a quadratic filter
t
o a
window of size get_scale()*2+1 centered on each pixel. Therefore, the
window of size get_scale()*2+1 centered on each pixel. Therefore, the
scale parameter controls the size of gradients we will find. For
scale parameter controls the size of gradients we will find. For
example, a very large scale will cause the gradient_xx() to be
example, a very large scale will cause the gradient_xx() to be
...
...
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