Commit 9c12b848 authored by Davis King's avatar Davis King

updated docs

parent 4d1ac3a8
...@@ -332,10 +332,8 @@ ...@@ -332,10 +332,8 @@
<spec_file link="true">dlib/image_keypoint/hog_abstract.h</spec_file> <spec_file link="true">dlib/image_keypoint/hog_abstract.h</spec_file>
<description> <description>
This object is a tool for extracting local feature descriptors from an image. 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 In particular, it fits polynomials to local pixel patches and
allows you to query the coefficients of this polynomial. The coefficients allows you to query the coefficients of these polynomials.
are intensity normalized by dividing them by the constant term of the fitted
polynomial and then the constant term is discarded.
</description> </description>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment