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
f57595fb
Commit
f57595fb
authored
Nov 03, 2011
by
Davis King
Browse files
Minor change to avoid a compiler error in clang
parent
67347445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/scan_image_pyramid.h
dlib/image_processing/scan_image_pyramid.h
+1
-1
No files found.
dlib/image_processing/scan_image_pyramid.h
View file @
f57595fb
...
...
@@ -506,7 +506,7 @@ namespace dlib
{
const
point
offset
=
-
feats
[
l
].
image_to_feat_space
(
point
(
0
,
0
));
for
(
unsigned
long
j
=
0
;
j
<
region_rects
.
size
();
++
j
)
region_rects
[
j
]
=
make_pair
(
j
,
translate_rect
(
feats
[
l
].
image_to_feat_space
(
det_templates
[
i
].
rects
[
j
]),
offset
));
region_rects
[
j
]
=
std
::
make_pair
(
j
,
translate_rect
(
feats
[
l
].
image_to_feat_space
(
det_templates
[
i
].
rects
[
j
]),
offset
));
scan_image
(
point_dets
,
saliency_images
,
region_rects
,
thresh
,
max_dets_per_template
);
...
...
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