diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index 430707197..e7ec61277 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -177,12 +177,17 @@ flip_image_left_right flip_image_up_down + +
+ Colormaps + randomly_color_image + heatmap +
Miscellaneous cv_image - randomly_color_image draw_line fill_rect @@ -581,6 +586,21 @@ + + heatmap + dlib/image_transforms.h + dlib/image_transforms/colormaps_abstract.h + + Converts a grayscale image into a heatmap. This is useful if you want + to display a grayscale image with more than 256 values. + + + image_ex.cpp.html + + + + + randomly_color_image diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 2d0c98f29..dffccbae3 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -997,6 +997,7 @@ +