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
a874c461
Commit
a874c461
authored
Apr 01, 2013
by
Davis King
Browse files
fixed compiler error in clang
parent
2bbecc51
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
dlib/image_processing/setup_hashed_features.h
dlib/image_processing/setup_hashed_features.h
+4
-4
dlib/image_processing/setup_hashed_features_abstract.h
dlib/image_processing/setup_hashed_features_abstract.h
+4
-4
No files found.
dlib/image_processing/setup_hashed_features.h
View file @
a874c461
...
...
@@ -34,7 +34,7 @@ namespace dlib
typename
image_array
,
typename
pyramid
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
>
void
setup_hashed_features
(
scan_image_pyramid
<
pyramid
,
feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
...
...
@@ -77,7 +77,7 @@ namespace dlib
typename
image_array
,
typename
pyramid
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
>
void
setup_hashed_features
(
scan_image_pyramid
<
pyramid
,
feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
...
...
@@ -110,7 +110,7 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
,
template
<
typename
fe
,
typename
hash
>
class
feature_image
,
typename
box_generator
>
void
setup_hashed_features
(
...
...
@@ -153,7 +153,7 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
,
template
<
typename
fe
,
typename
hash
>
class
feature_image
,
typename
box_generator
>
void
setup_hashed_features
(
...
...
dlib/image_processing/setup_hashed_features_abstract.h
View file @
a874c461
...
...
@@ -28,7 +28,7 @@ namespace dlib
typename
image_array
,
typename
pyramid
,
typename
feature_extractor
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
>
void
setup_hashed_features
(
scan_image_pyramid
<
pyramid
,
feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
...
...
@@ -66,7 +66,7 @@ namespace dlib
typename
image_array
,
typename
pyramid
,
typename
feature_extractor
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
>
void
setup_hashed_features
(
scan_image_pyramid
<
pyramid
,
feature_image
<
feature_extractor
,
projection_hash
>
>&
scanner
,
...
...
@@ -100,7 +100,7 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
typename
box_generator
>
void
setup_hashed_features
(
...
...
@@ -138,7 +138,7 @@ namespace dlib
template
<
typename
image_array
,
typename
feature_extractor
,
template
<
typename
fe
ature_extractor
,
typename
hash
>
class
feature_image
template
<
typename
fe
,
typename
hash
>
class
feature_image
typename
box_generator
>
void
setup_hashed_features
(
...
...
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