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
b6b3cf1f
"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "184466a904c45d3a7e84629bff647b874f5448d5"
Commit
b6b3cf1f
authored
Mar 24, 2013
by
Davis King
Browse files
updated docs
parent
a924bdad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+23
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/imaging.xml
View file @
b6b3cf1f
...
@@ -85,6 +85,7 @@
...
@@ -85,6 +85,7 @@
<item>
scan_image_movable_parts
</item>
<item>
scan_image_movable_parts
</item>
<item>
find_points_above_thresh
</item>
<item>
find_points_above_thresh
</item>
<item>
scan_image_pyramid
</item>
<item>
scan_image_pyramid
</item>
<item>
find_candidate_object_locations
</item>
<item>
test_box_overlap
</item>
<item>
test_box_overlap
</item>
<item
nolink=
"true"
>
<item
nolink=
"true"
>
<name>
Scan Image Pyramid Tools
</name>
<name>
Scan Image Pyramid Tools
</name>
...
@@ -1434,6 +1435,28 @@
...
@@ -1434,6 +1435,28 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_candidate_object_locations
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/segment_image_abstract.h
</spec_file>
<description>
This function takes an input image and generates a set of candidate
rectangles which are expected to bound any objects in the image. It does
this by running a version of the
<a
href=
"#segment_image"
>
segment_image
</a>
routine on the image and
then reports rectangles containing each of the segments as well as rectangles
containing unions of adjacent segments. The basic idea is described in the
paper:
<blockquote>
Segmentation as Selective Search for Object Recognition by Koen E. A. van de Sande, et al.
</blockquote>
Note that this function deviates from what is described in the paper slightly.
See the code for details.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
b6b3cf1f
...
@@ -1124,6 +1124,8 @@
...
@@ -1124,6 +1124,8 @@
<term
file=
"imaging.html"
name=
"label_connected_blobs"
/>
<term
file=
"imaging.html"
name=
"label_connected_blobs"
/>
<term
file=
"imaging.html"
name=
"segment_image"
/>
<term
file=
"imaging.html"
name=
"segment_image"
/>
<term
file=
"imaging.html"
name=
"find_candidate_object_locations"
/>
<term
file=
"dlib/image_transforms/segment_image_abstract.h.html"
name=
"remove_duplicates"
/>
<term
file=
"imaging.html"
name=
"neighbors_8"
/>
<term
file=
"imaging.html"
name=
"neighbors_8"
/>
<term
file=
"imaging.html"
name=
"neighbors_4"
/>
<term
file=
"imaging.html"
name=
"neighbors_4"
/>
<term
file=
"imaging.html"
name=
"connected_if_both_not_zero"
/>
<term
file=
"imaging.html"
name=
"connected_if_both_not_zero"
/>
...
...
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