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
e7774a4c
"sgl-kernel/python/vscode:/vscode.git/clone" did not exist on "f9ee6ae17ad170e2916353f963fe4609f232936f"
Commit
e7774a4c
authored
Aug 25, 2017
by
Davis King
Browse files
Clarified spec
parent
6fbe3c60
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/image_transforms/colormaps_abstract.h
dlib/image_transforms/colormaps_abstract.h
+2
-2
No files found.
dlib/image_transforms/colormaps_abstract.h
View file @
e7774a4c
...
...
@@ -65,7 +65,7 @@ namespace dlib
ensures
- Interprets img as a grayscale image and returns a new matrix which represents
a colored version of img. In particular, the colormap is defined by
colormap_heat().
out_color =
colormap_heat(
grayscale_pixel_value, min_val, max_val
).
- The returned matrix will have the same dimensions as img.
!*/
...
...
@@ -117,7 +117,7 @@ namespace dlib
ensures
- Interprets img as a grayscale image and returns a new matrix which represents
a colored version of img. In particular, the colormap is defined by
colormap_jet().
out_color =
colormap_jet(
grayscale_pixel_value, min_val, max_val
).
- The returned matrix will have the same dimensions as img.
!*/
...
...
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