mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
4d1ac3a890
commit
9c12b8488f
@ -332,10 +332,8 @@
|
||||
<spec_file link="true">dlib/image_keypoint/hog_abstract.h</spec_file>
|
||||
<description>
|
||||
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. The coefficients
|
||||
are intensity normalized by dividing them by the constant term of the fitted
|
||||
polynomial and then the constant term is discarded.
|
||||
In particular, it fits polynomials to local pixel patches and
|
||||
allows you to query the coefficients of these polynomials.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
Loading…
Reference in New Issue
Block a user