Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
791e9cda
Commit
791e9cda
authored
Nov 11, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
b3ca1258
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
2 deletions
+33
-2
imaging.xml
docs/docs/imaging.xml
+30
-2
term_index.xml
docs/docs/term_index.xml
+3
-0
No files found.
docs/docs/imaging.xml
View file @
791e9cda
...
...
@@ -86,6 +86,7 @@
<item>
find_points_above_thresh
</item>
<item>
scan_image_pyramid
</item>
<item>
scan_image_boxes
</item>
<item>
scan_fhog_pyramid
</item>
<item>
scan_image_custom
</item>
<item>
find_candidate_object_locations
</item>
<item>
test_box_overlap
</item>
...
...
@@ -1710,6 +1711,33 @@
</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>
...
...
@@ -1800,8 +1828,8 @@
<description>
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
scanner object (either
<a
href=
"#scan_image_pyramid"
>
scan_image_pyramid
</a>
,
<a
scanner object (either
<a
href=
"#scan_fhog_pyramid"
>
scan_fhog_pyramid
</a>
,
<a
href=
"#scan_image_pyramid"
>
scan_image_pyramid
</a>
,
<a
href=
"#scan_image_boxes"
>
scan_image_boxes
</a>
, or
<a
href=
"#scan_image_custom"
>
scan_image_custom
</a>
), the weight vector
needed by one of these image scanners, and finally an instance of
...
...
docs/docs/term_index.xml
View file @
791e9cda
...
...
@@ -1268,6 +1268,9 @@
<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=
"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_pyramid"
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