Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
88ab07db
Commit
88ab07db
authored
Dec 20, 2016
by
Juha Reunanen
Committed by
Davis E. King
Dec 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor documentation fixes (#368)
parent
d9940544
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
random_cropper_abstract.h
dlib/image_transforms/random_cropper_abstract.h
+2
-2
No files found.
dlib/image_transforms/random_cropper_abstract.h
View file @
88ab07db
...
...
@@ -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_m
in_object_height()
percent of the
the object's height is at most get_m
ax_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.
!*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment