Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
a63e76d7
Commit
a63e76d7
authored
Aug 17, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos in some error message strings.
parent
ff8191f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scan_image_boxes.h
dlib/image_processing/scan_image_boxes.h
+1
-1
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
long
dims
;
deserialize
(
dims
,
in
);
if
(
item
.
get_num_dimensions
()
!=
dims
)
throw
serialization_error
(
"Number of dimensions in serialized scan_image_
pyramid do
n't match the expected number."
);
throw
serialization_error
(
"Number of dimensions in serialized scan_image_
boxes does
n't match the expected number."
);
}
// ----------------------------------------------------------------------------------------
...
...
dlib/image_processing/scan_image_pyramid.h
View file @
a63e76d7
...
...
@@ -277,7 +277,7 @@ namespace dlib
long
dims
;
deserialize
(
dims
,
in
);
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