Commit 88ab07db authored by Juha Reunanen's avatar Juha Reunanen Committed by Davis E. King

Minor documentation fixes (#368)

parent d9940544
...@@ -148,7 +148,7 @@ namespace dlib ...@@ -148,7 +148,7 @@ namespace dlib
/*! /*!
ensures ensures
- When a chip is extracted around an object, the chip will be sized so that - When a chip is extracted around an object, the chip will be sized so that
the object's height is at least get_min_object_height() percent of the the object's height is at least get_min_object_height() * 100 percent of the
chip height. E.g. if the chip is HEIGHT pixels tall then the object will chip height. E.g. if the chip is HEIGHT pixels tall then the object will
be at least HEIGHT*get_min_object_height() pixels tall. This also means be at least HEIGHT*get_min_object_height() pixels tall. This also means
that if get_min_object_height() >1 then the object will be only partially that if get_min_object_height() >1 then the object will be only partially
...@@ -170,7 +170,7 @@ namespace dlib ...@@ -170,7 +170,7 @@ namespace dlib
/*! /*!
ensures ensures
- When a chip is extracted around an object, the chip will be sized so that - When a chip is extracted around an object, the chip will be sized so that
the object's height is at most get_min_object_height() percent of the the object's height is at most get_max_object_height() * 100 percent of the
chip height. E.g. if the chip is HEIGHT pixels tall then the object will chip height. E.g. if the chip is HEIGHT pixels tall then the object will
be at most HEIGHT*get_max_object_height() pixels tall. be at most HEIGHT*get_max_object_height() pixels tall.
!*/ !*/
......
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