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
7fd5d6bf
"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "a9fd939c82649756dd391fc087c7ab6883e620f5"
Commit
7fd5d6bf
authored
Apr 01, 2013
by
Davis King
Browse files
Fixed typo in spec
parent
50b636c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
dlib/image_keypoint/hashed_feature_image_abstract.h
dlib/image_keypoint/hashed_feature_image_abstract.h
+6
-4
No files found.
dlib/image_keypoint/hashed_feature_image_abstract.h
View file @
7fd5d6bf
...
@@ -237,10 +237,11 @@ namespace dlib
...
@@ -237,10 +237,11 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
template
<
template
<
typename
T
typename
T
,
typename
U
>
>
void
serialize
(
void
serialize
(
const
hashed_feature_image
<
T
>&
item
,
const
hashed_feature_image
<
T
,
U
>&
item
,
std
::
ostream
&
out
std
::
ostream
&
out
);
);
/*!
/*!
...
@@ -250,10 +251,11 @@ namespace dlib
...
@@ -250,10 +251,11 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
template
<
template
<
typename
T
typename
T
,
typename
U
>
>
void
deserialize
(
void
deserialize
(
hashed_feature_image
<
T
>&
item
,
hashed_feature_image
<
T
,
U
>&
item
,
std
::
istream
&
in
std
::
istream
&
in
);
);
/*!
/*!
...
...
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