Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ca51c774
Commit
ca51c774
authored
Apr 24, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
70e90955
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
1 deletion
+21
-1
heatmap.png
docs/docs/heatmap.png
+0
-0
imaging.xml
docs/docs/imaging.xml
+20
-1
jet.png
docs/docs/jet.png
+0
-0
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 @@
<name>
Colormaps
</name>
<item>
randomly_color_image
</item>
<item>
heatmap
</item>
<item>
jet
</item>
</section>
<section>
...
...
@@ -682,7 +683,9 @@
<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.
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>
<examples>
<example>
image_ex.cpp.html
</example>
...
...
@@ -690,6 +693,22 @@
</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>
...
...
docs/docs/jet.png
0 → 100644
View file @
ca51c774
273 Bytes
docs/docs/term_index.xml
View file @
ca51c774
...
...
@@ -1111,6 +1111,7 @@
<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=
"assign_image"
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