Commit 944748b3 authored by Davis King's avatar Davis King

updated docs

parent 1b71d0bb
...@@ -212,6 +212,7 @@ ...@@ -212,6 +212,7 @@
<item>draw_line</item> <item>draw_line</item>
<item>draw_rectangle</item> <item>draw_rectangle</item>
<item>tile_images</item>
<item>draw_fhog</item> <item>draw_fhog</item>
<item>fill_rect</item> <item>fill_rect</item>
<item>assign_image</item> <item>assign_image</item>
...@@ -1022,6 +1023,20 @@ ...@@ -1022,6 +1023,20 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>tile_images</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/draw_abstract.h</spec_file>
<description>
This function takes an array of images and tiles them into a single large
square image and returns this new big tiled image. Therefore, it is a useful
method to visualize many small images at once.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -976,6 +976,7 @@ ...@@ -976,6 +976,7 @@
<term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style" include="dlib/gui_widgets.h"/> <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style" include="dlib/gui_widgets.h"/>
<term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style_default" include="dlib/gui_widgets.h"/> <term file="dlib/gui_widgets/style_abstract.h.html" name="scroll_bar_style_default" include="dlib/gui_widgets.h"/>
<term file="imaging.html" name="tile_images" include="dlib/image_transforms.h"/>
<term name="draw_rectangle"> <term name="draw_rectangle">
<term link="dlib/gui_widgets/canvas_drawing_abstract.h.html#draw_rectangle" name="for the GUI canvas object" include="dlib/gui_widgets.h"/> <term link="dlib/gui_widgets/canvas_drawing_abstract.h.html#draw_rectangle" name="for the GUI canvas object" include="dlib/gui_widgets.h"/>
<term link="imaging.html#draw_rectangle" name="for image/array2d objects" include="dlib/image_transforms.h"/> <term link="imaging.html#draw_rectangle" name="for image/array2d objects" include="dlib/image_transforms.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