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
93b992d7
Commit
93b992d7
authored
Nov 08, 2020
by
Davis King
Browse files
slightly improve tests
parent
3f163bd4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dlib/test/pixel.cpp
dlib/test/pixel.cpp
+6
-6
No files found.
dlib/test/pixel.cpp
View file @
93b992d7
...
@@ -447,8 +447,8 @@ namespace
...
@@ -447,8 +447,8 @@ namespace
p_rgba
.
alpha
=
7
;
p_rgba
.
alpha
=
7
;
p_gray
=
8
;
p_gray
=
8
;
p_schar
=
8
;
p_schar
=
9
;
p_int
=
8
;
p_int
=
10
;
p_float
=
8.5
;
p_float
=
8.5
;
p_hsi
.
h
=
9
;
p_hsi
.
h
=
9
;
...
@@ -499,8 +499,8 @@ namespace
...
@@ -499,8 +499,8 @@ namespace
DLIB_TEST
(
p_rgba
.
alpha
==
7
);
DLIB_TEST
(
p_rgba
.
alpha
==
7
);
DLIB_TEST
(
p_gray
==
8
);
DLIB_TEST
(
p_gray
==
8
);
DLIB_TEST
(
p_schar
==
8
);
DLIB_TEST
(
p_schar
==
9
);
DLIB_TEST
(
p_int
==
8
);
DLIB_TEST
(
p_int
==
10
);
DLIB_TEST
(
p_float
==
8.5
);
DLIB_TEST
(
p_float
==
8.5
);
DLIB_TEST
(
p_hsi
.
h
==
9
);
DLIB_TEST
(
p_hsi
.
h
==
9
);
...
@@ -549,9 +549,9 @@ namespace
...
@@ -549,9 +549,9 @@ namespace
DLIB_TEST
(
p_rgba
.
alpha
==
7
);
DLIB_TEST
(
p_rgba
.
alpha
==
7
);
DLIB_TEST
(
p_gray
==
8
);
DLIB_TEST
(
p_gray
==
8
);
DLIB_TEST
(
p_int
==
8
);
DLIB_TEST
(
p_int
==
10
);
DLIB_TEST
(
p_float
==
8.5
);
DLIB_TEST
(
p_float
==
8.5
);
DLIB_TEST
(
p_schar
==
8
);
DLIB_TEST
(
p_schar
==
9
);
DLIB_TEST
(
p_hsi
.
h
==
9
);
DLIB_TEST
(
p_hsi
.
h
==
9
);
DLIB_TEST
(
p_hsi
.
s
==
10
);
DLIB_TEST
(
p_hsi
.
s
==
10
);
...
...
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