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
6b4d17e5
"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "09e05c6f7c8aa9df56591ee41771a646a5f43ddd"
Commit
6b4d17e5
authored
Aug 18, 2014
by
Davis King
Browse files
updated docs
parent
5ff02a2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
docs/docs/imaging.xml
docs/docs/imaging.xml
+21
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-1
No files found.
docs/docs/imaging.xml
View file @
6b4d17e5
...
...
@@ -89,6 +89,7 @@
<name>
Object Detection
</name>
<item>
get_frontal_face_detector
</item>
<item>
object_detector
</item>
<item>
evaluate_detectors
</item>
<item>
full_object_detection
</item>
<item>
scan_image
</item>
<item>
scan_image_movable_parts
</item>
...
...
@@ -2010,6 +2011,26 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
evaluate_detectors
</name>
<file>
dlib/image_processing.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/scan_fhog_pyramid_abstract.h
</spec_file>
<description>
This function allows you to efficiently run a bunch of
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
based
<a
href=
"#object_detector"
>
object_detectors
</a>
over an image. Importantly, this function is faster than running
each detector individually because it computes the HOG features
only once and then reuses them for each detector.
</description>
<examples>
<example>
fhog_object_detector_ex.cpp.html
</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
6b4d17e5
...
...
@@ -1315,7 +1315,7 @@
<term
file=
"dlib/image_processing/scan_fhog_pyramid_abstract.h.html"
name=
"default_fhog_feature_extractor"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/scan_fhog_pyramid_abstract.h.html"
name=
"num_separable_filters"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/scan_fhog_pyramid_abstract.h.html"
name=
"threshold_filter_singular_values"
include=
"dlib/image_processing.h"
/>
<term
file=
"
dlib/image_processing/scan_fhog_pyramid_abstract.h
.html"
name=
"evaluate_detectors"
include=
"dlib/image_processing.h"
/>
<term
file=
"
imaging
.html"
name=
"evaluate_detectors"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_fhog_pyramid"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image"
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