"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "e4c0ca5f5d428a2497944e83c4db1efae6949b04"
Commit 1f7bec6e authored by Davis King's avatar Davis King
Browse files

Fixed typo in spec

parent aa3dccaa
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment