Minor documentation fixes (#368)

This commit is contained in:
Juha Reunanen 2016-12-20 13:35:13 +02:00 committed by Davis E. King
parent d994054462
commit 88ab07db68

View File

@ -148,7 +148,7 @@ namespace dlib
/*!
ensures
- 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
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
@ -170,7 +170,7 @@ namespace dlib
/*!
ensures
- 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
be at most HEIGHT*get_max_object_height() pixels tall.
!*/