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
da44aa62
Commit
da44aa62
authored
Jul 12, 2013
by
Davis King
Browse files
slightly simplified code
parent
2a3d7494
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
dlib/image_processing/scan_image_boxes.h
dlib/image_processing/scan_image_boxes.h
+1
-3
No files found.
dlib/image_processing/scan_image_boxes.h
View file @
da44aa62
...
@@ -449,9 +449,7 @@ namespace dlib
...
@@ -449,9 +449,7 @@ namespace dlib
dets
.
clear
();
dets
.
clear
();
array
<
integral_image_generic
<
double
>
>
saliency_images
;
array
<
integral_image_generic
<
double
>
>
saliency_images
(
get_num_components_per_detection_template
());
saliency_images
.
set_max_size
(
get_num_components_per_detection_template
());
saliency_images
.
set_size
(
get_num_components_per_detection_template
());
array2d
<
double
>
temp_img
(
feats
.
nr
(),
feats
.
nc
());
array2d
<
double
>
temp_img
(
feats
.
nr
(),
feats
.
nc
());
...
...
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