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
13058b1b
Commit
13058b1b
authored
Dec 01, 2013
by
Davis King
Browse files
updated docs
parent
55ee9dba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
0 deletions
+49
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+45
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+4
-0
No files found.
docs/docs/imaging.xml
View file @
13058b1b
...
@@ -189,6 +189,9 @@
...
@@ -189,6 +189,9 @@
<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>
<item>
add_image_left_right_flips
</item>
<item>
upsample_image_dataset
</item>
<item>
flip_image_dataset_left_right
</item>
<item>
rotate_image_dataset
</item>
</section>
</section>
<section>
<section>
...
@@ -1451,6 +1454,48 @@
...
@@ -1451,6 +1454,48 @@
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
rotate_image_dataset
</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 rotates the entire dataset by a user specified angle.
This means that all images are rotated and the bounding boxes are adjusted
so that they still sit on top of the same visual objects in the new rotated images.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
flip_image_dataset_left_right
</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
mirrors the entire dataset left to right. This means that all images are
flipped left to right and the bounding boxes are adjusted so that they still
sit on top of the same visual objects in the new flipped images.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
upsample_image_dataset
</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
upsamples the entire dataset. This means that all images are upsampled and the
bounding boxes are adjusted so that they still sit on top of the same visual
objects in the new images.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
13058b1b
...
@@ -1231,6 +1231,10 @@
...
@@ -1231,6 +1231,10 @@
<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=
"add_image_left_right_flips"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"flip_image_dataset_left_right"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"upsample_image_dataset"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"rotate_image_dataset"
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