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
791e9cda
Commit
791e9cda
authored
Nov 11, 2013
by
Davis King
Browse files
updated docs
parent
b3ca1258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
2 deletions
+33
-2
docs/docs/imaging.xml
docs/docs/imaging.xml
+30
-2
docs/docs/term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/imaging.xml
View file @
791e9cda
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
<item>
find_points_above_thresh
</item>
<item>
find_points_above_thresh
</item>
<item>
scan_image_pyramid
</item>
<item>
scan_image_pyramid
</item>
<item>
scan_image_boxes
</item>
<item>
scan_image_boxes
</item>
<item>
scan_fhog_pyramid
</item>
<item>
scan_image_custom
</item>
<item>
scan_image_custom
</item>
<item>
find_candidate_object_locations
</item>
<item>
find_candidate_object_locations
</item>
<item>
test_box_overlap
</item>
<item>
test_box_overlap
</item>
...
@@ -1710,6 +1711,33 @@
...
@@ -1710,6 +1711,33 @@
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
scan_fhog_pyramid
</name>
<file>
dlib/image_processing.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/scan_fhog_pyramid_abstract.h
</spec_file>
<description>
This object is a tool for running a fixed sized sliding window classifier
over an image pyramid. In particular, it slides a linear classifier over
a HOG pyramid as discussed in the paper:
<blockquote>
Histograms of Oriented Gradients for Human Detection by Navneet Dalal
and Bill Triggs, CVPR 2005
</blockquote>
However, we augment the method slightly to use the version of HOG features
from:
<blockquote>
Object Detection with Discriminatively Trained Part Based Models by
P. Felzenszwalb, R. Girshick, D. McAllester, D. Ramanan
IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 32, No. 9, Sep. 2010
</blockquote>
Since these HOG features have been shown to give superior performance.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
@@ -1800,8 +1828,8 @@
...
@@ -1800,8 +1828,8 @@
<description>
<description>
This object is a tool for detecting the positions of objects in an image. In
This object is a tool for detecting the positions of objects in an image. In
particular, it is a simple container to aggregate an instance of an image
particular, it is a simple container to aggregate an instance of an image
scanner object (either
<a
scanner object (either
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
,
href=
"#scan_image_pyramid"
>
scan_image_pyramid
</a>
,
<a
<a
href=
"#scan_image_pyramid"
>
scan_image_pyramid
</a>
,
<a
href=
"#scan_image_boxes"
>
scan_image_boxes
</a>
, or
href=
"#scan_image_boxes"
>
scan_image_boxes
</a>
, or
<a
href=
"#scan_image_custom"
>
scan_image_custom
</a>
), the weight vector
<a
href=
"#scan_image_custom"
>
scan_image_custom
</a>
), the weight vector
needed by one of these image scanners, and finally an instance of
needed by one of these image scanners, and finally an instance of
...
...
docs/docs/term_index.xml
View file @
791e9cda
...
@@ -1268,6 +1268,9 @@
...
@@ -1268,6 +1268,9 @@
<term
file=
"imaging.html"
name=
"scan_image_movable_parts"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image_movable_parts"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"find_points_above_thresh"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"find_points_above_thresh"
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=
"imaging.html"
name=
"scan_fhog_pyramid"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image_pyramid"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image_pyramid"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image_boxes"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"scan_image_boxes"
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