Commit 32fc9221 authored by Davis King's avatar Davis King

Clarified spec

parent 6700c46e
...@@ -878,11 +878,11 @@ namespace dlib ...@@ -878,11 +878,11 @@ namespace dlib
chip_locations[i].angle radians, around the center of chip_locations[i].angle radians, around the center of
chip_locations[i].rect, before the chip was extracted. chip_locations[i].rect, before the chip was extracted.
- As long as chip_locations[i].size and the aspect ratio of of - As long as chip_locations[i].size and the aspect ratio of of
chip_locations[i].rect and stays constant then the dimensions of chip_locations[i].rect stays constant then the dimensions of #chips[i] is
#chips[i] is always the same. This means that, for example, if you want always the same. This means that, for example, if you want all your
all your chips to have the same dimensions then ensure that chips to have the same dimensions then ensure that chip_location[i].size
chip_location[i].size is always the same and also that is always the same and also that chip_location[i].rect always has the
chip_location[i].rect always has the same aspect ratio. same aspect ratio.
- Any pixels in an image chip that go outside img are set to 0 (i.e. black). - Any pixels in an image chip that go outside img are set to 0 (i.e. black).
!*/ !*/
......
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