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
c22b94c9
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f73ca908e56e24fd9da75fe019f8027fb4c18154"
Commit
c22b94c9
authored
Oct 08, 2016
by
Davis King
Browse files
Minor change to avoid warnings from visual studio.
parent
fee64827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_transforms/image_pyramid.h
dlib/image_transforms/image_pyramid.h
+1
-1
No files found.
dlib/image_transforms/image_pyramid.h
View file @
c22b94c9
...
@@ -1022,7 +1022,7 @@ namespace dlib
...
@@ -1022,7 +1022,7 @@ namespace dlib
// Figure out how far we go on the first column. We go until the next image can
// Figure out how far we go on the first column. We go until the next image can
// fit next to the previous one, which means we can double back for the second
// fit next to the previous one, which means we can double back for the second
// column of images.
// column of images.
if
(
i
.
nc
()
<=
img
.
nc
()
-
prev_width
-
padding
&&
if
(
i
.
nc
()
<=
img
.
nc
()
-
prev_width
-
(
long
)
padding
&&
(
height
-
img
.
nr
())
*
2
>=
(
total_height
-
img
.
nr
()))
(
height
-
img
.
nr
())
*
2
>=
(
total_height
-
img
.
nr
()))
{
{
break
;
break
;
...
...
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