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
1130288f
Commit
1130288f
authored
Mar 18, 2012
by
Davis King
Browse files
updated docs
parent
3432108e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+21
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
1130288f
...
...
@@ -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>
...
...
docs/docs/term_index.xml
View file @
1130288f
...
...
@@ -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"
/>
...
...
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