mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Minor documentation fixes (#368)
This commit is contained in:
parent
d994054462
commit
88ab07db68
@ -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.
|
||||
!*/
|
||||
|
Loading…
Reference in New Issue
Block a user