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
69a53cc9
Commit
69a53cc9
authored
May 13, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
92e11581
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
1 deletion
+34
-1
hubble_ultra_deep_field.jpg
docs/docs/hubble_ultra_deep_field.jpg
+0
-0
imaging.xml
docs/docs/imaging.xml
+33
-1
term_index.xml
docs/docs/term_index.xml
+1
-0
watershed.mp4
docs/docs/watershed.mp4
+0
-0
watershed.png
docs/docs/watershed.png
+0
-0
watershed.webm
docs/docs/watershed.webm
+0
-0
No files found.
docs/docs/hubble_ultra_deep_field.jpg
0 → 100644
View file @
69a53cc9
45.9 KB
docs/docs/imaging.xml
View file @
69a53cc9
...
...
@@ -175,6 +175,7 @@
<section>
<name>
Morphology
</name>
<item>
label_connected_blobs
</item>
<item>
label_connected_blobs_watershed
</item>
<item>
segment_image
</item>
<item>
binary_dilation
</item>
<item>
binary_erosion
</item>
...
...
@@ -902,7 +903,8 @@
a colored version an image.
<p>
This function is useful for displaying the results of some image
segmentation. For example, the output of
<a
href=
"#label_connected_blobs"
>
label_connected_blobs
</a>
segmentation. For example, the output of
<a
href=
"#label_connected_blobs"
>
label_connected_blobs
</a>
,
<a
href=
"label_connected_blobs_watershed"
>
label_connected_blobs_watershed
</a>
,
or
<a
href=
"#segment_image"
>
segment_image
</a>
.
</p>
</description>
...
...
@@ -1954,6 +1956,36 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
label_connected_blobs_watershed
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/label_connected_blobs_abstract.h
</spec_file>
<description>
This function performs a watershed segmentation of an image and
labels each resulting flooding region with a unique integer label.
<p>
For example, given an image like this, which shows part of the Hubble ultra deep field:
<center><img
src=
"hubble_ultra_deep_field.jpg"
/></center>
<br/>
The algorithm would flood fill it and produce the following segmentation. If you play
the video you can see the actual execution of the algorithm where it starts by flooding
from the brightest areas and progressively fills each region.
<br/>
<br/>
<center>
<video
src=
"watershed"
>
Video of optimizer running
</video>
</center>
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
69a53cc9
...
...
@@ -1439,6 +1439,7 @@
<term
file=
"imaging.html"
name=
"binary_difference"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"label_connected_blobs"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"label_connected_blobs_watershed"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"segment_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"find_candidate_object_locations"
include=
"dlib/image_transforms.h"
/>
<term
file=
"dlib/image_transforms/segment_image_abstract.h.html"
name=
"remove_duplicates"
include=
"dlib/image_transforms.h"
/>
...
...
docs/docs/watershed.mp4
0 → 100644
View file @
69a53cc9
File added
docs/docs/watershed.png
0 → 100644
View file @
69a53cc9
3.89 KB
docs/docs/watershed.webm
0 → 100644
View file @
69a53cc9
File added
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