Commit 631854fa authored by Davis King's avatar Davis King

updated docs

parent ee0271b4
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
<item>interpolate_quadratic</item> <item>interpolate_quadratic</item>
<item>transform_image</item> <item>transform_image</item>
<item>rotate_image</item> <item>rotate_image</item>
<item>resize_image</item>
<item>flip_image_left_right</item> <item>flip_image_left_right</item>
<item>flip_image_up_down</item> <item>flip_image_up_down</item>
</section> </section>
...@@ -1231,6 +1232,17 @@ ...@@ -1231,6 +1232,17 @@
</description> </description>
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>resize_image</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/interpolation_abstract.h</spec_file>
<description>
This is a routine capable of resizing or stretching an image.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -1073,6 +1073,7 @@ ...@@ -1073,6 +1073,7 @@
<term file="imaging.html" name="interpolate_quadratic"/> <term file="imaging.html" name="interpolate_quadratic"/>
<term file="imaging.html" name="transform_image"/> <term file="imaging.html" name="transform_image"/>
<term file="imaging.html" name="rotate_image"/> <term file="imaging.html" name="rotate_image"/>
<term file="imaging.html" name="resize_image"/>
<term file="imaging.html" name="flip_image_left_right"/> <term file="imaging.html" name="flip_image_left_right"/>
<term file="imaging.html" name="flip_image_up_down"/> <term file="imaging.html" name="flip_image_up_down"/>
<term file="dlib/image_transforms/interpolation_abstract.h.html" name="black_background"/> <term file="dlib/image_transforms/interpolation_abstract.h.html" name="black_background"/>
......
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