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
0f24b1ff
Commit
0f24b1ff
authored
Dec 19, 2014
by
Davis King
Browse files
updated docs
parent
8bf02e3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+16
-1
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
0f24b1ff
...
@@ -161,6 +161,7 @@
...
@@ -161,6 +161,7 @@
<item>
suppress_non_maximum_edges
</item>
<item>
suppress_non_maximum_edges
</item>
<item>
threshold_image
</item>
<item>
threshold_image
</item>
<item>
auto_threshold_image
</item>
<item>
auto_threshold_image
</item>
<item>
hough_transform
</item>
</section>
</section>
<section>
<section>
...
@@ -175,6 +176,7 @@
...
@@ -175,6 +176,7 @@
<item>
binary_union
</item>
<item>
binary_union
</item>
<item>
binary_difference
</item>
<item>
binary_difference
</item>
<item>
binary_complement
</item>
<item>
binary_complement
</item>
<item>
skeleton
</item>
</section>
</section>
<section>
<section>
...
@@ -240,7 +242,6 @@
...
@@ -240,7 +242,6 @@
<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>
hough_transform
</item>
</section>
</section>
...
@@ -274,6 +275,20 @@
...
@@ -274,6 +275,20 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
skeleton
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/morphological_operations_abstract.h
</spec_file>
<description>
This function computes the skeletonization of an image. That is,
given a binary image, we progressively thin the binary blobs
until only a single pixel wide skeleton of the original blobs
remains.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
0f24b1ff
...
@@ -1288,6 +1288,7 @@
...
@@ -1288,6 +1288,7 @@
<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=
"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=
"hessian_pyramid"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"hessian_pyramid"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"compute_dominant_angle"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"draw_surf_points"
include=
"dlib/image_keypoint/draw_surf_points.h"
/>
<term
file=
"imaging.html"
name=
"draw_surf_points"
include=
"dlib/image_keypoint/draw_surf_points.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