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
4d1ac3a8
Commit
4d1ac3a8
authored
Jan 01, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified spec
parent
c99f5085
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
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 this polynomial. T
he coefficients
In particular, it fits
polynomials to local pixel patches and allows you to
query the coefficients of these polynomials. 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