Commit ce762843 authored by Davis King's avatar Davis King

updated docs

parent e86be040
......@@ -93,6 +93,7 @@
<item>determine_object_boxes</item>
<item>setup_grid_detection_templates</item>
<item>setup_grid_detection_templates_verbose</item>
<item>setup_hashed_features</item>
</sub>
</item>
......@@ -1453,6 +1454,19 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>setup_grid_detection_templates_verbose</name>
<file>dlib/image_processing.h</file>
<spec_file link="true">dlib/image_processing/scan_image_pyramid_tools_abstract.h</spec_file>
<description>
This function is identical to <a href="#setup_grid_detection_templates">setup_grid_detection_templates</a>
except that it also outputs information regarding the selected detection templates
to standard out.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -1055,6 +1055,7 @@
<term file="imaging.html" name="create_grid_detection_template"/>
<term file="imaging.html" name="determine_object_boxes"/>
<term file="imaging.html" name="setup_grid_detection_templates"/>
<term file="imaging.html" name="setup_grid_detection_templates_verbose"/>
<term file="imaging.html" name="setup_hashed_features"/>
<term file="dlib/image_processing/scan_image_abstract.h.html" name="all_images_same_size"/>
<term file="dlib/image_processing/scan_image_abstract.h.html" name="sum_of_rects_in_images"/>
......
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