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
5a0824c0
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "140322f9d79be92fee3626a36886bed07aa909ab"
Commit
5a0824c0
authored
Aug 25, 2017
by
Davis King
Browse files
Clarified spec
parent
e7774a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/image_transforms/colormaps_abstract.h
dlib/image_transforms/colormaps_abstract.h
+4
-0
No files found.
dlib/image_transforms/colormaps_abstract.h
View file @
5a0824c0
...
@@ -43,6 +43,8 @@ namespace dlib
...
@@ -43,6 +43,8 @@ namespace dlib
double
max_val
double
max_val
);
);
/*!
/*!
requires
- min_val <= max_val
ensures
ensures
- Maps value to a color. In particular, we use a heatmap color scheme where
- Maps value to a color. In particular, we use a heatmap color scheme where
values <= min_val are black and larger values become more red, then yellow,
values <= min_val are black and larger values become more red, then yellow,
...
@@ -95,6 +97,8 @@ namespace dlib
...
@@ -95,6 +97,8 @@ namespace dlib
double
max_val
double
max_val
);
);
/*!
/*!
requires
- min_val <= max_val
ensures
ensures
- Maps value to a color. In particular, we use a jet color scheme where
- Maps value to a color. In particular, we use a jet color scheme where
values <= min_val are dark blue and larger values become light blue, then
values <= min_val are dark blue and larger values become light blue, then
...
...
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