Commit 6dc8f42a authored by Davis King's avatar Davis King

updated docs

parent 4d8a070a
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
<section> <section>
<name>Object Detection</name> <name>Object Detection</name>
<item>object_detector</item> <item>object_detector</item>
<item>full_object_detection</item>
<item>scan_image</item> <item>scan_image</item>
<item>scan_image_movable_parts</item> <item>scan_image_movable_parts</item>
<item>find_points_above_thresh</item> <item>find_points_above_thresh</item>
...@@ -1588,6 +1589,19 @@ ...@@ -1588,6 +1589,19 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>full_object_detection</name>
<file>dlib/image_processing.h</file>
<spec_file link="true">dlib/image_processing/full_object_detection_abstract.h</spec_file>
<description>
This object represents the location of an object in an image along with the
positions of each of its constituent parts.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -1144,6 +1144,8 @@ ...@@ -1144,6 +1144,8 @@
<term file="imaging.html" name="test_box_overlap"/> <term file="imaging.html" name="test_box_overlap"/>
<term file="imaging.html" name="object_detector"/> <term file="imaging.html" name="object_detector"/>
<term file="imaging.html" name="full_object_detection"/>
<term file="dlib/image_processing/full_object_detection_abstract.h.html" name="all_parts_in_rect"/>
<term file="imaging.html" name="scan_image_movable_parts"/> <term file="imaging.html" name="scan_image_movable_parts"/>
<term file="imaging.html" name="find_points_above_thresh"/> <term file="imaging.html" name="find_points_above_thresh"/>
......
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