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
dd603855
Commit
dd603855
authored
Jan 31, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
e8b97bb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
imaging.xml
docs/docs/imaging.xml
+28
-0
term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/imaging.xml
View file @
dd603855
...
...
@@ -244,6 +244,8 @@
<item>
zero_border_pixels
</item>
<item>
integral_image
</item>
<item>
integral_image_generic
</item>
<item>
disturb_colors
</item>
<item>
random_color_transform
</item>
</section>
...
...
@@ -293,6 +295,32 @@
<!-- ************************************************************************* -->
<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>
<name>
integral_image_generic
</name>
<file>
dlib/image_transforms.h
</file>
...
...
docs/docs/term_index.xml
View file @
dd603855
...
...
@@ -1321,6 +1321,8 @@
<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=
"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=
"skeleton"
include=
"dlib/image_transforms.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