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
2bf827d3
"git@developer.sourcefind.cn:OpenDAS/drtk.git" did not exist on "b91ae53df38d186154e751173af16c01fe8eea56"
Commit
2bf827d3
authored
Jan 11, 2014
by
Davis King
Browse files
Another minor change to avoid warnings from visual studio
parent
784de304
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
dlib/test/graph_cuts.cpp
dlib/test/graph_cuts.cpp
+9
-9
No files found.
dlib/test/graph_cuts.cpp
View file @
2bf827d3
...
@@ -1121,15 +1121,15 @@ namespace
...
@@ -1121,15 +1121,15 @@ namespace
DLIB_TEST
(
sum
(
matrix_cast
<
int
>
(
mat
(
labels
)
!=
0
))
==
9
);
DLIB_TEST
(
sum
(
matrix_cast
<
int
>
(
mat
(
labels
)
!=
0
))
==
9
);
DLIB_TEST
(
sum
(
matrix_cast
<
int
>
(
mat
(
labels
)
==
0
))
==
(
int
)
img1
.
size
()
-
9
);
DLIB_TEST
(
sum
(
matrix_cast
<
int
>
(
mat
(
labels
)
==
0
))
==
(
int
)
img1
.
size
()
-
9
);
DLIB_TEST
(
labels
[
4
][
3
]);
DLIB_TEST
(
labels
[
4
][
3
]
!=
0
);
DLIB_TEST
(
labels
[
4
][
4
]);
DLIB_TEST
(
labels
[
4
][
4
]
!=
0
);
DLIB_TEST
(
labels
[
4
][
5
]);
DLIB_TEST
(
labels
[
4
][
5
]
!=
0
);
DLIB_TEST
(
labels
[
3
][
3
]);
DLIB_TEST
(
labels
[
3
][
3
]
!=
0
);
DLIB_TEST
(
labels
[
3
][
4
]);
DLIB_TEST
(
labels
[
3
][
4
]
!=
0
);
DLIB_TEST
(
labels
[
3
][
5
]);
DLIB_TEST
(
labels
[
3
][
5
]
!=
0
);
DLIB_TEST
(
labels
[
5
][
3
]);
DLIB_TEST
(
labels
[
5
][
3
]
!=
0
);
DLIB_TEST
(
labels
[
5
][
4
]);
DLIB_TEST
(
labels
[
5
][
4
]
!=
0
);
DLIB_TEST
(
labels
[
5
][
5
]);
DLIB_TEST
(
labels
[
5
][
5
]
!=
0
);
}
}
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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