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
6fbd1cf0
Commit
6fbd1cf0
authored
Feb 03, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
80eb9c23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
imaging.xml
docs/docs/imaging.xml
+26
-0
main_menu.xml
docs/docs/main_menu.xml
+4
-0
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
6fbd1cf0
...
...
@@ -103,6 +103,7 @@
<item>
test_box_overlap
</item>
<item>
remove_unobtainable_rectangles
</item>
<item>
setup_hashed_features
</item>
<item>
correlation_tracker
</item>
<item
nolink=
"true"
>
<name>
Scan Image Pyramid Tools
</name>
<sub>
...
...
@@ -2148,6 +2149,31 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
correlation_tracker
</name>
<file>
dlib/image_processing.h
</file>
<spec_file
link=
"true"
>
dlib/image_processing/correlation_tracker_abstract.h
</spec_file>
<description>
This is a tool for tracking moving objects in a video stream. You give it
the bounding box of an object in the first frame and it attempts to track the
object in the box from frame to frame.
<p>
This tool is an implementation of the method described in the following paper:
<blockquote>
Danelljan, Martin, et al. "Accurate scale estimation for robust visual
tracking." Proceedings of the British Machine Vision Conference BMVC. 2014.
</blockquote>
</p>
</description>
<examples>
<example>
video_tracking_ex.cpp.html
</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/main_menu.xml
View file @
6fbd1cf0
...
...
@@ -174,6 +174,10 @@
<item
nolink=
"true"
>
<name>
Examples: C++
</name>
<sub>
<item>
<name>
Video_Object_Tracking
</name>
<link>
video_tracking_ex.cpp.html
</link>
</item>
<item>
<name>
SQLite
</name>
<link>
sqlite_ex.cpp.html
</link>
...
...
docs/docs/term_index.xml
View file @
6fbd1cf0
...
...
@@ -1330,6 +1330,7 @@
<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=
"correlation_tracker"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/object_detector_abstract.h.html"
name=
"rect_detection"
include=
"dlib/image_processing.h"
/>
<term
file=
"dlib/image_processing/object_detector_abstract.h.html"
name=
"full_detection"
include=
"dlib/image_processing.h"
/>
<term
file=
"imaging.html"
name=
"full_object_detection"
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