Commit 1130288f authored by Davis King's avatar Davis King

updated docs

parent 3432108e
......@@ -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>
......
......@@ -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"/>
......
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