Commit 9160565f authored by Davis King's avatar Davis King

updated docs

parent bd6c145b
......@@ -116,6 +116,7 @@
<item>interest_point</item>
<item>surf_point</item>
<item>compute_dominant_angle</item>
<item>draw_surf_points</item>
</sub>
</item>
......@@ -278,6 +279,23 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>draw_surf_points</name>
<file>dlib/image_keypoint/draw_surf_points.h</file>
<spec_file link="true">dlib/image_keypoint/draw_surf_points_abstract.h</spec_file>
<description>
This routine adds a bunch of <a href="#surf_point">surf_point</a> objects onto
an <a href="dlib/gui_widgets/widgets_abstract.h.html#image_window">image_window</a>
object so they can be visualized.
</description>
<examples>
<example>surf_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -1180,6 +1180,7 @@
<term file="imaging.html" name="integral_image_generic"/>
<term file="imaging.html" name="hessian_pyramid"/>
<term file="imaging.html" name="compute_dominant_angle"/>
<term file="imaging.html" name="draw_surf_points"/>
<term file="imaging.html" name="compute_surf_descriptor"/>
<term file="imaging.html" name="hog_image"/>
<term file="imaging.html" name="fine_hog_image"/>
......
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