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
1f7bec6e
Commit
1f7bec6e
authored
Feb 15, 2015
by
Davis King
Browse files
Fixed typo in spec
parent
aa3dccaa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_transforms/interpolation_abstract.h
dlib/image_transforms/interpolation_abstract.h
+1
-1
No files found.
dlib/image_transforms/interpolation_abstract.h
View file @
1f7bec6e
...
@@ -1101,7 +1101,7 @@ namespace dlib
...
@@ -1101,7 +1101,7 @@ namespace dlib
- pixel_traits<typename image_traits<image_type1>::pixel_type>::has_alpha == false
- pixel_traits<typename image_traits<image_type1>::pixel_type>::has_alpha == false
- for all valid i:
- for all valid i:
- chip_locations[i].rect.is_empty() == false
- chip_locations[i].rect.is_empty() == false
- chip_locations[i].size != 0
- chip_locations[i].size
()
!= 0
ensures
ensures
- This function extracts "chips" from an image. That is, it takes a list of
- This function extracts "chips" from an image. That is, it takes a list of
rectangular sub-windows (i.e. chips) within an image and extracts those
rectangular sub-windows (i.e. chips) within an image and extracts those
...
...
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