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
26681283
Commit
26681283
authored
Aug 31, 2011
by
Davis King
Browse files
updated docs
parent
98579975
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+16
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+4
-0
No files found.
docs/docs/imaging.xml
View file @
26681283
...
...
@@ -134,6 +134,7 @@
<item>
binary_union
</item>
<item>
binary_difference
</item>
<item>
binary_complement
</item>
<item>
scan_image
</item>
</section>
</top>
...
...
@@ -1059,6 +1060,21 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
scan_image
</name>
<file>
dlib/image_processing.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/scan_image_abstract.h
</spec_file>
<description>
This global function is a tool for sliding a set of rectangles
over an image space and finding the locations where the sum of pixels in
the rectangles exceeds a threshold. It is useful for implementing
certain kinds of sliding window classifiers.
</description>
</component>
<!-- ************************************************************************* -->
</components>
...
...
docs/docs/term_index.xml
View file @
26681283
...
...
@@ -986,6 +986,10 @@
<term
file=
"imaging.html"
name=
"interest_point"
/>
<term
file=
"imaging.html"
name=
"surf_point"
/>
<term
file=
"imaging.html"
name=
"scan_image"
/>
<term
file=
"dlib/image_processing/scan_image_abstract.h.html"
name=
"all_images_same_size"
/>
<term
file=
"dlib/image_processing/scan_image_abstract.h.html"
name=
"sum_of_rects_in_images"
/>
<term
link=
"metaprogramming.html#DLIB_STACK_TRACE"
name=
"DLIB_ENABLE_STACK_TRACE"
/>
...
...
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