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
a41e00d8
Commit
a41e00d8
authored
Mar 30, 2013
by
Davis King
Browse files
Added missing template arguments.
parent
b22e9f2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
dlib/image_processing/setup_hashed_features.h
dlib/image_processing/setup_hashed_features.h
+6
-4
dlib/image_processing/setup_hashed_features_abstract.h
dlib/image_processing/setup_hashed_features_abstract.h
+6
-4
No files found.
dlib/image_processing/setup_hashed_features.h
View file @
a41e00d8
...
...
@@ -107,10 +107,11 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
typename
feature_extractor
,
typename
box_generator
>
void
setup_hashed_features
(
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
,
box_generator
>&
scanner
,
const
image_array
&
images
,
const
feature_extractor
&
fe
,
int
bits
,
...
...
@@ -148,10 +149,11 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
typename
feature_extractor
,
typename
box_generator
>
void
setup_hashed_features
(
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
,
box_generator
>&
scanner
,
const
image_array
&
images
,
int
bits
,
unsigned
long
num_samples
=
200000
...
...
dlib/image_processing/setup_hashed_features_abstract.h
View file @
a41e00d8
...
...
@@ -92,10 +92,11 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
typename
feature_extractor
,
typename
box_generator
>
void
setup_hashed_features
(
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
,
box_generator
>&
scanner
,
const
image_array
&
images
,
const
feature_extractor
&
fe
,
int
bits
,
...
...
@@ -126,10 +127,11 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
typename
feature_extractor
,
typename
box_generator
>
void
setup_hashed_features
(
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
scan_image_boxes
<
hashed_feature_image
<
feature_extractor
,
projection_hash
>
,
box_generator
>&
scanner
,
const
image_array
&
images
,
int
bits
,
unsigned
long
num_samples
=
200000
...
...
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