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
dd603855
Commit
dd603855
authored
Jan 31, 2016
by
Davis King
Browse files
updated docs
parent
e8b97bb5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+28
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/imaging.xml
View file @
dd603855
...
@@ -244,6 +244,8 @@
...
@@ -244,6 +244,8 @@
<item>
zero_border_pixels
</item>
<item>
zero_border_pixels
</item>
<item>
integral_image
</item>
<item>
integral_image
</item>
<item>
integral_image_generic
</item>
<item>
integral_image_generic
</item>
<item>
disturb_colors
</item>
<item>
random_color_transform
</item>
</section>
</section>
...
@@ -291,6 +293,32 @@
...
@@ -291,6 +293,32 @@
</description>
</description>
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
disturb_colors
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/random_color_transform_abstract.h
</spec_file>
<description>
Applies a random color transform an image. This is done by
creating a
<a
href=
"#random_color_transform"
>
random_color_transform
</a>
with the given parameters and then
transforming each pixel in the image with the resulting transform.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
random_color_transform
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/random_color_transform_abstract.h
</spec_file>
<description>
This object generates a random color balancing and gamma correction
transform. It then allows you to apply that specific transform to as many
<a
href=
"#rgb_pixel"
>
rgb_pixel
</a>
objects as you like.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
dd603855
...
@@ -1321,6 +1321,8 @@
...
@@ -1321,6 +1321,8 @@
<term
file=
"imaging.html"
name=
"integral_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"integral_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"integral_image_generic"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"integral_image_generic"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"disturb_colors"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"random_color_transform"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"hough_transform"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"hough_transform"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"skeleton"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"skeleton"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
include=
"dlib/image_keypoint.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