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
b6b3cf1f
Commit
b6b3cf1f
authored
Mar 24, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
a924bdad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
imaging.xml
docs/docs/imaging.xml
+23
-0
term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/imaging.xml
View file @
b6b3cf1f
...
...
@@ -85,6 +85,7 @@
<item>
scan_image_movable_parts
</item>
<item>
find_points_above_thresh
</item>
<item>
scan_image_pyramid
</item>
<item>
find_candidate_object_locations
</item>
<item>
test_box_overlap
</item>
<item
nolink=
"true"
>
<name>
Scan Image Pyramid Tools
</name>
...
...
@@ -1434,6 +1435,28 @@
</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>
...
...
docs/docs/term_index.xml
View file @
b6b3cf1f
...
...
@@ -1124,6 +1124,8 @@
<term
file=
"imaging.html"
name=
"label_connected_blobs"
/>
<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_4"
/>
<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