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
c99f5085
Commit
c99f5085
authored
Jan 01, 2012
by
Davis King
Browse files
Fixed grammar
parent
0b3a6207
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_processing/scan_image_pyramid_abstract.h
dlib/image_processing/scan_image_pyramid_abstract.h
+1
-1
No files found.
dlib/image_processing/scan_image_pyramid_abstract.h
View file @
c99f5085
...
@@ -118,7 +118,7 @@ namespace dlib
...
@@ -118,7 +118,7 @@ namespace dlib
objects via Feature_extractor_type::load().
objects via Feature_extractor_type::load().
- image_type objects can be used with Pyramid_type. That is,
- image_type objects can be used with Pyramid_type. That is,
if pyr is an object of type Pyramid_type while img1 and img2
if pyr is an object of type Pyramid_type while img1 and img2
are objects of image_type
. T
hen pyr(img1,img2) should be
are objects of image_type
, t
hen pyr(img1,img2) should be
a valid expression which downsamples img1 into img2.
a valid expression which downsamples img1 into img2.
ensures
ensures
- #is_loaded_with_image() == true
- #is_loaded_with_image() == true
...
...
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