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
4d1ac3a8
Commit
4d1ac3a8
authored
Jan 01, 2012
by
Davis King
Browse files
Clarified spec
parent
c99f5085
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/image_keypoint/poly_image_abstract.h
dlib/image_keypoint/poly_image_abstract.h
+3
-3
No files found.
dlib/image_keypoint/poly_image_abstract.h
View file @
4d1ac3a8
...
...
@@ -21,12 +21,12 @@ namespace dlib
WHAT THIS OBJECT REPRESENTS
This object is a tool for extracting local feature descriptors from an image.
In particular, it fits
a
polynomial to
every
local pixel patch
in an image and
allows you to
query the coefficients of th
is
polynomial.
T
he coefficients
In particular, it fits polynomial
s
to local pixel patch
es and allows you to
query the coefficients of th
ese
polynomial
s
.
Additionally, t
he coefficients
are intensity normalized by dividing them by the constant term of the fitted
polynomial and then the constant term is discarded.
Additio
nally, the user can specify a downsampling rate. If the template argument
Fi
nally, the user can specify a downsampling rate. If the template argument
Downsample is set to 1 then feature extraction is performed at every pixel of
an input image (except for a small area around the image border). However,
if Downsample is set to 2 then feature extraction is only performed at every
...
...
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