Commit 26681283 authored by Davis King's avatar Davis King

updated docs

parent 98579975
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
<item>binary_union</item> <item>binary_union</item>
<item>binary_difference</item> <item>binary_difference</item>
<item>binary_complement</item> <item>binary_complement</item>
<item>scan_image</item>
</section> </section>
</top> </top>
...@@ -1059,6 +1060,21 @@ ...@@ -1059,6 +1060,21 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>scan_image</name>
<file>dlib/image_processing.h</file>
<spec_file link="true">dlib/image_processing/scan_image_abstract.h</spec_file>
<description>
This global function is a tool for sliding a set of rectangles
over an image space and finding the locations where the sum of pixels in
the rectangles exceeds a threshold. It is useful for implementing
certain kinds of sliding window classifiers.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
</components> </components>
......
...@@ -986,6 +986,10 @@ ...@@ -986,6 +986,10 @@
<term file="imaging.html" name="interest_point"/> <term file="imaging.html" name="interest_point"/>
<term file="imaging.html" name="surf_point"/> <term file="imaging.html" name="surf_point"/>
<term file="imaging.html" name="scan_image"/>
<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"/>
<term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_ENABLE_STACK_TRACE"/> <term link="metaprogramming.html#DLIB_STACK_TRACE" name="DLIB_ENABLE_STACK_TRACE"/>
......
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