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
f62235db
Commit
f62235db
authored
Dec 27, 2011
by
Davis King
Browse files
changed code to avoid a compiler warning
parent
a44ae874
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/image_processing/scan_image_pyramid_tools.h
dlib/image_processing/scan_image_pyramid_tools.h
+2
-1
No files found.
dlib/image_processing/scan_image_pyramid_tools.h
View file @
f62235db
...
...
@@ -88,7 +88,8 @@ namespace dlib
<<
"
\n\t
images.size(): "
<<
images
.
size
()
);
setup_hashed_features
(
scanner
,
images
,
feature_extractor
(),
bits
,
num_samples
);
feature_extractor
fe
;
setup_hashed_features
(
scanner
,
images
,
fe
,
bits
,
num_samples
);
}
// ----------------------------------------------------------------------------------------
...
...
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