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
d0e9239c
Commit
d0e9239c
authored
Apr 13, 2013
by
Davis King
Browse files
updated docs
parent
ec8d586d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+21
-0
docs/docs/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