Commit 1f7bec6e authored by Davis King's avatar Davis King

Fixed typo in spec

parent aa3dccaa
......@@ -1101,7 +1101,7 @@ namespace dlib
- pixel_traits<typename image_traits<image_type1>::pixel_type>::has_alpha == false
- for all valid i:
- chip_locations[i].rect.is_empty() == false
- chip_locations[i].size != 0
- chip_locations[i].size() != 0
ensures
- 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
......
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