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
7bd18841
Commit
7bd18841
authored
Dec 31, 2011
by
Davis King
Browse files
Fixed bugs in this test
parent
2c67ebd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/test/geometry.cpp
dlib/test/geometry.cpp
+2
-1
No files found.
dlib/test/geometry.cpp
View file @
7bd18841
...
...
@@ -466,7 +466,7 @@ namespace
const
point
shift
(
4
,
5
);
be
=
border_enumerator
(
translate_rect
(
get_rect
(
img
),
shift
),
bs
);
DLIB_TEST
(
be
.
at_start
()
==
fals
e
);
DLIB_TEST
(
be
.
at_start
()
==
tru
e
);
DLIB_TEST
(
be
.
current_element_valid
()
==
false
);
while
(
be
.
move_next
())
{
...
...
@@ -544,6 +544,7 @@ namespace
)
{
geometry_test
();
test_border_enumerator
();
}
}
a
;
...
...
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