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
d0e9239c
Commit
d0e9239c
authored
Apr 13, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
ec8d586d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
imaging.xml
docs/docs/imaging.xml
+21
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
d0e9239c
...
...
@@ -88,6 +88,7 @@
<item>
scan_image_boxes
</item>
<item>
find_candidate_object_locations
</item>
<item>
test_box_overlap
</item>
<item>
remove_unobtainable_rectangles
</item>
<item>
setup_hashed_features
</item>
<item
nolink=
"true"
>
<name>
Scan Image Pyramid Tools
</name>
...
...
@@ -1765,6 +1766,26 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
remove_unobtainable_rectangles
</name>
<file>
dlib/image_processing.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/remove_unobtainable_rectangles_abstract.h
</spec_file>
<description>
Recall that the
<a
href=
"#scan_image_pyramid"
>
scan_image_pyramid
</a>
and
<a
href=
"#scan_image_boxes"
>
scan_image_boxes
</a>
objects can't produce
all possible rectangles as object detections since they only
consider a limited subset of all possible object positions.
Therefore, when training an object detector that uses these tools
you must make sure the training data does not contain any object
locations that are unobtainable by the image scanning model.
The remove_unobtainable_rectangles() routine is a tool to filter out
these unobtainable rectangles from the training.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
d0e9239c
...
...
@@ -1215,6 +1215,7 @@
<term
file=
"imaging.html"
name=
"surf_point"
include=
"dlib/image_keypoint.h"
/>
<term
file=
"imaging.html"
name=
"test_box_overlap"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"remove_unobtainable_rectangles"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"object_detector"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"full_object_detection"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/full_object_detection_abstract.h.html"
name=
"all_parts_in_rect"
include=
"dlib/image_processing.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