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
78050870
Commit
78050870
authored
Aug 23, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
cab12bb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
imaging.xml
docs/docs/imaging.xml
+16
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
78050870
...
...
@@ -188,6 +188,7 @@
<item>
resize_image
</item>
<item>
flip_image_left_right
</item>
<item>
flip_image_up_down
</item>
<item>
add_image_left_right_flips
</item>
</section>
<section>
...
...
@@ -1415,6 +1416,21 @@
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
add_image_left_right_flips
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/interpolation_abstract.h
</spec_file>
<description>
This routine takes a set of images and bounding boxes within those
images and doubles the size of the dataset by adding left/right
flipped copies of each image as well as the corresponding bounding
boxes. Therefore, this function is useful if you are training and
object detector and your objects have a left/right symmetry.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
78050870
...
...
@@ -1226,6 +1226,7 @@
<term
file=
"imaging.html"
name=
"rotate_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"resize_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_up"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"add_image_left_right_flips"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"flip_image_left_right"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"flip_image_up_down"
include=
"dlib/image_transforms.h"
/>
<term
file=
"dlib/image_transforms/interpolation_abstract.h.html"
name=
"black_background"
include=
"dlib/image_transforms.h"
/>
...
...
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