updated docs

This commit is contained in:
Davis King 2012-03-18 16:40:13 -04:00
parent 3432108e46
commit 1130288fe1
2 changed files with 22 additions and 1 deletions

View File

@ -177,12 +177,17 @@
<item>flip_image_left_right</item>
<item>flip_image_up_down</item>
</section>
<section>
<name>Colormaps</name>
<item>randomly_color_image</item>
<item>heatmap</item>
</section>
<section>
<name>Miscellaneous</name>
<item>cv_image</item>
<item>randomly_color_image</item>
<item>draw_line</item>
<item>fill_rect</item>
@ -581,6 +586,21 @@
<!-- ************************************************************************* -->
<component>
<name>heatmap</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/colormaps_abstract.h</spec_file>
<description>
Converts a grayscale image into a heatmap. This is useful if you want
to display a grayscale image with more than 256 values.
</description>
<examples>
<example>image_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
<name>randomly_color_image</name>

View File

@ -997,6 +997,7 @@
<term link="dlib/image_transforms/thresholding_abstract.h.html" name="off_pixel"/>
<term file="imaging.html" name="heatmap"/>
<term file="imaging.html" name="randomly_color_image"/>
<term file="imaging.html" name="assign_image"/>
<term file="imaging.html" name="assign_image_scaled"/>