Commit 4374c9cc authored by Davis King's avatar Davis King

updated docs

parent 39ce5a4f
......@@ -161,6 +161,7 @@
<section>
<name>Scaling and Rotating</name>
<item>pyramid_up</item>
<item>pyramid_down</item>
<item>pyramid_down_3_2</item>
<item>pyramid_down_4_3</item>
......@@ -1232,6 +1233,20 @@
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>pyramid_up</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/interpolation_abstract.h</spec_file>
<description>
This routine upsamples an image. In particular, it takes one of the
<a href="#pyramid_down">pyramid_down</a> objects as an argument and
performs an upsampling which is the inverse of the supplied pyramid_down
object.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -1074,6 +1074,7 @@
<term file="imaging.html" name="transform_image"/>
<term file="imaging.html" name="rotate_image"/>
<term file="imaging.html" name="resize_image"/>
<term file="imaging.html" name="pyramid_up"/>
<term file="imaging.html" name="flip_image_left_right"/>
<term file="imaging.html" name="flip_image_up_down"/>
<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