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
11742add
Commit
11742add
authored
Dec 09, 2013
by
Davis King
Browse files
updated docs
parent
6aec6888
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+16
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
11742add
...
@@ -79,6 +79,7 @@
...
@@ -79,6 +79,7 @@
<section>
<section>
<name>
Object Detection
</name>
<name>
Object Detection
</name>
<item>
get_frontal_face_detector
</item>
<item>
object_detector
</item>
<item>
object_detector
</item>
<item>
full_object_detection
</item>
<item>
full_object_detection
</item>
<item>
scan_image
</item>
<item>
scan_image
</item>
...
@@ -1879,6 +1880,21 @@
...
@@ -1879,6 +1880,21 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
get_frontal_face_detector
</name>
<file>
dlib/image_processing/frontal_face_detector.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/frontal_face_detector_abstract.h
</spec_file>
<description>
This function returns an
<a
href=
"#object_detector"
>
object_detector
</a>
that is
configured to find human faces that are looking more or less towards the camera.
It is created using the
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
object.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
11742add
...
@@ -1267,6 +1267,7 @@
...
@@ -1267,6 +1267,7 @@
<term
file=
"dlib/image_processing/box_overlap_testing_abstract.h.html"
name=
"overlaps_any_box"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/box_overlap_testing_abstract.h.html"
name=
"overlaps_any_box"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"test_box_overlap"
include=
"dlib/image_processing.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=
"remove_unobtainable_rectangles"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"get_frontal_face_detector"
include=
"dlib/image_processing/frontal_face_detector.h"
/>
<term
file=
"imaging.html"
name=
"object_detector"
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=
"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"
/>
<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