Commit d7debab6 authored by Davis King's avatar Davis King

updated docs

parent 374bdd52
......@@ -124,6 +124,7 @@
<section>
<name>Morphology</name>
<item>label_connected_blobs</item>
<item>binary_dilation</item>
<item>binary_erosion</item>
<item>binary_open</item>
......@@ -1039,6 +1040,18 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>label_connected_blobs</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/label_connected_blobs_abstract.h</spec_file>
<description>
This function labels each of the connected blobs in an image with a unique integer label.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -945,6 +945,15 @@
<term file="imaging.html" name="binary_union"/>
<term file="imaging.html" name="binary_complement"/>
<term file="imaging.html" name="binary_difference"/>
<term file="imaging.html" name="label_connected_blobs"/>
<term file="imaging.html" name="neighbors_8"/>
<term file="imaging.html" name="neighbors_4"/>
<term file="imaging.html" name="connected_if_both_not_zero"/>
<term file="imaging.html" name="connected_if_equal"/>
<term file="imaging.html" name="zero_pixels_are_background"/>
<term file="imaging.html" name="nothing_is_background"/>
<term file="imaging.html" name="binary_dilation"/>
<term file="imaging.html" name="binary_erosion"/>
<term file="imaging.html" name="binary_intersection"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment