Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
b9146ad6
Commit
b9146ad6
authored
May 29, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling error
parent
06bbfcb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
image.cpp
tools/python/src/image.cpp
+1
-1
No files found.
tools/python/src/image.cpp
View file @
b9146ad6
...
@@ -1057,7 +1057,7 @@ runs very quickly.";
...
@@ -1057,7 +1057,7 @@ runs very quickly.";
.
def
(
"get_xy_filter"
,
[](
image_gradients
&
g
){
return
numpy_image
<
float
>
(
g
.
get_xy_filter
());
},
filt_docs
)
.
def
(
"get_xy_filter"
,
[](
image_gradients
&
g
){
return
numpy_image
<
float
>
(
g
.
get_xy_filter
());
},
filt_docs
)
.
def
(
"get_yy_filter"
,
[](
image_gradients
&
g
){
return
numpy_image
<
float
>
(
g
.
get_yy_filter
());
},
filt_docs
)
.
def
(
"get_yy_filter"
,
[](
image_gradients
&
g
){
return
numpy_image
<
float
>
(
g
.
get_yy_filter
());
},
filt_docs
)
.
def
(
"get_scale"
,
&
image_gradients
::
get_scale
,
.
def
(
"get_scale"
,
&
image_gradients
::
get_scale
,
"When we estimate a gradient we do so by fitting a quadratic filter
s
o a window of size
\n
\
"When we estimate a gradient we do so by fitting a quadratic filter
t
o a window of size
\n
\
get_scale()*2+1 centered on each pixel. Therefore, the scale parameter controls the size
\n
\
get_scale()*2+1 centered on each pixel. Therefore, the scale parameter controls the size
\n
\
of gradients we will find. For example, a very large scale will cause the gradient_xx()
\n
\
of gradients we will find. For example, a very large scale will cause the gradient_xx()
\n
\
to be insensitive to high frequency noise in the image while smaller scales would be more
\n
\
to be insensitive to high frequency noise in the image while smaller scales would be more
\n
\
...
...
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