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

updated docs

parent 5ff02a2a
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
<name>Object Detection</name> <name>Object Detection</name>
<item>get_frontal_face_detector</item> <item>get_frontal_face_detector</item>
<item>object_detector</item> <item>object_detector</item>
<item>evaluate_detectors</item>
<item>full_object_detection</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>
...@@ -2010,6 +2011,26 @@ ...@@ -2010,6 +2011,26 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>evaluate_detectors</name>
<file>dlib/image_processing.h</file>
<spec_file link="true">dlib/image_processing/scan_fhog_pyramid_abstract.h</spec_file>
<description>
This function allows you to efficiently run a bunch of
<a href="#scan_fhog_pyramid">scan_fhog_pyramid</a> based
<a href="#object_detector">object_detectors</a>
over an image. Importantly, this function is faster than running
each detector individually because it computes the HOG features
only once and then reuses them for each detector.
</description>
<examples>
<example>fhog_object_detector_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -1315,7 +1315,7 @@ ...@@ -1315,7 +1315,7 @@
<term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="default_fhog_feature_extractor" include="dlib/image_processing.h"/> <term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="default_fhog_feature_extractor" include="dlib/image_processing.h"/>
<term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="num_separable_filters" include="dlib/image_processing.h"/> <term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="num_separable_filters" include="dlib/image_processing.h"/>
<term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="threshold_filter_singular_values" include="dlib/image_processing.h"/> <term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="threshold_filter_singular_values" include="dlib/image_processing.h"/>
<term file="dlib/image_processing/scan_fhog_pyramid_abstract.h.html" name="evaluate_detectors" include="dlib/image_processing.h"/> <term file="imaging.html" name="evaluate_detectors" include="dlib/image_processing.h"/>
<term file="imaging.html" name="scan_fhog_pyramid" include="dlib/image_processing.h"/> <term file="imaging.html" name="scan_fhog_pyramid" include="dlib/image_processing.h"/>
<term file="imaging.html" name="scan_image" include="dlib/image_processing.h"/> <term file="imaging.html" name="scan_image" include="dlib/image_processing.h"/>
......
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