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
3c052e8e
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "9962b7bdfdd327d421725e2554e08dbf4fd68afb"
Commit
3c052e8e
authored
Apr 23, 2018
by
Davis King
Browse files
Fixed code not compiling in debug mode.
parent
04eb33ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/image_transforms/hough_transform.h
dlib/image_transforms/hough_transform.h
+2
-2
No files found.
dlib/image_transforms/hough_transform.h
View file @
3c052e8e
...
@@ -313,8 +313,8 @@ namespace dlib
...
@@ -313,8 +313,8 @@ namespace dlib
for
(
auto
&
p
:
hough_points
)
for
(
auto
&
p
:
hough_points
)
DLIB_CASSERT
(
get_rect
(
*
this
).
contains
(
p
),
DLIB_CASSERT
(
get_rect
(
*
this
).
contains
(
p
),
"You gave a hough_points that isn't actually in the Hough space of this object."
"You gave a hough_points that isn't actually in the Hough space of this object."
"
\n\t
get_rect(*this): "
<<
get_rect
(
*
this
)
<<
"
\n\t
get_rect(*this): "
<<
get_rect
(
*
this
)
"
\n\t
p: "
<<
p
<<
"
\n\t
p: "
<<
p
);
);
#endif
#endif
...
...
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