Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
88ab07db
"vscode:/vscode.git/clone" did not exist on "59cd70c6438bb029e27006fdf078cbd24d06fa9a"
Commit
88ab07db
authored
Dec 20, 2016
by
Juha Reunanen
Committed by
Davis E. King
Dec 20, 2016
Browse files
Minor documentation fixes (#368)
parent
d9940544
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/image_transforms/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