From 1130288fe114473c92607fc6f4897f1a3e087854 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 18 Mar 2012 16:40:13 -0400 Subject: [PATCH] updated docs --- docs/docs/imaging.xml | 22 +++++++++++++++++++++- docs/docs/term_index.xml | 1 + 2 files changed, 22 insertions(+), 1 deletion(-) 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 @@ +