mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
3432108e46
commit
1130288fe1
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user