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
78050870
Commit
78050870
authored
Aug 23, 2013
by
Davis King
Browse files
updated docs
parent
cab12bb1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+16
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
78050870
...
@@ -188,6 +188,7 @@
...
@@ -188,6 +188,7 @@
<item>
resize_image
</item>
<item>
resize_image
</item>
<item>
flip_image_left_right
</item>
<item>
flip_image_left_right
</item>
<item>
flip_image_up_down
</item>
<item>
flip_image_up_down
</item>
<item>
add_image_left_right_flips
</item>
</section>
</section>
<section>
<section>
...
@@ -1415,6 +1416,21 @@
...
@@ -1415,6 +1416,21 @@
</description>
</description>
</component>
</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>
<component>
...
...
docs/docs/term_index.xml
View file @
78050870
...
@@ -1226,6 +1226,7 @@
...
@@ -1226,6 +1226,7 @@
<term
file=
"imaging.html"
name=
"rotate_image"
include=
"dlib/image_transforms.h"
/>
<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=
"resize_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"pyramid_up"
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_left_right"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"flip_image_up_down"
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"
/>
<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