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
a63e76d7
"...graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "308f8ca39b9702d36b74a04f687dd664fb264430"
Commit
a63e76d7
authored
Aug 17, 2013
by
Davis King
Browse files
Fixed typos in some error message strings.
parent
ff8191f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/scan_image_boxes.h
dlib/image_processing/scan_image_boxes.h
+1
-1
dlib/image_processing/scan_image_pyramid.h
dlib/image_processing/scan_image_pyramid.h
+1
-1
No files found.
dlib/image_processing/scan_image_boxes.h
View file @
a63e76d7
...
@@ -277,7 +277,7 @@ namespace dlib
...
@@ -277,7 +277,7 @@ namespace dlib
long
dims
;
long
dims
;
deserialize
(
dims
,
in
);
deserialize
(
dims
,
in
);
if
(
item
.
get_num_dimensions
()
!=
dims
)
if
(
item
.
get_num_dimensions
()
!=
dims
)
throw
serialization_error
(
"Number of dimensions in serialized scan_image_
pyramid
don't match the expected number."
);
throw
serialization_error
(
"Number of dimensions in serialized scan_image_
boxes
do
es
n't match the expected number."
);
}
}
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
dlib/image_processing/scan_image_pyramid.h
View file @
a63e76d7
...
@@ -277,7 +277,7 @@ namespace dlib
...
@@ -277,7 +277,7 @@ namespace dlib
long
dims
;
long
dims
;
deserialize
(
dims
,
in
);
deserialize
(
dims
,
in
);
if
(
item
.
get_num_dimensions
()
!=
dims
)
if
(
item
.
get_num_dimensions
()
!=
dims
)
throw
serialization_error
(
"Number of dimensions in serialized scan_image_pyramid don't match the expected number."
);
throw
serialization_error
(
"Number of dimensions in serialized scan_image_pyramid do
es
n't match the expected number."
);
}
}
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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