Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ca51c774
Commit
ca51c774
authored
Apr 23, 2013
by
Davis King
Browse files
updated docs
parent
70e90955
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
1 deletion
+21
-1
docs/docs/heatmap.png
docs/docs/heatmap.png
+0
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+20
-1
docs/docs/jet.png
docs/docs/jet.png
+0
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/heatmap.png
0 → 100644
View file @
ca51c774
259 Bytes
docs/docs/imaging.xml
View file @
ca51c774
...
@@ -193,6 +193,7 @@
...
@@ -193,6 +193,7 @@
<name>
Colormaps
</name>
<name>
Colormaps
</name>
<item>
randomly_color_image
</item>
<item>
randomly_color_image
</item>
<item>
heatmap
</item>
<item>
heatmap
</item>
<item>
jet
</item>
</section>
</section>
<section>
<section>
...
@@ -682,7 +683,9 @@
...
@@ -682,7 +683,9 @@
<spec_file
link=
"true"
>
dlib/image_transforms/colormaps_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/image_transforms/colormaps_abstract.h
</spec_file>
<description>
<description>
Converts a grayscale image into a heatmap. This is useful if you want
Converts a grayscale image into a heatmap. This is useful if you want
to display a grayscale image with more than 256 values.
to display a grayscale image with more than 256 values. In particular,
this function uses the following color mapping:
<br/><img
src=
"heatmap.png"
/>
</description>
</description>
<examples>
<examples>
<example>
image_ex.cpp.html
</example>
<example>
image_ex.cpp.html
</example>
...
@@ -690,6 +693,22 @@
...
@@ -690,6 +693,22 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
jet
</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 an image using the jet color
scheme. This is useful if you want to display a grayscale image
with more than 256 values. In particular, this function uses the
following color mapping:
<br/><img
src=
"jet.png"
/>
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/jet.png
0 → 100644
View file @
ca51c774
273 Bytes
docs/docs/term_index.xml
View file @
ca51c774
...
@@ -1111,6 +1111,7 @@
...
@@ -1111,6 +1111,7 @@
<term
file=
"imaging.html"
name=
"heatmap"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"heatmap"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"jet"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"randomly_color_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"randomly_color_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"assign_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"assign_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"assign_image_scaled"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"assign_image_scaled"
include=
"dlib/image_transforms.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment