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
6fbd1cf0
Commit
6fbd1cf0
authored
Feb 03, 2015
by
Davis King
Browse files
updated docs
parent
80eb9c23
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
docs/docs/imaging.xml
docs/docs/imaging.xml
+26
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
6fbd1cf0
...
@@ -103,6 +103,7 @@
...
@@ -103,6 +103,7 @@
<item>
test_box_overlap
</item>
<item>
test_box_overlap
</item>
<item>
remove_unobtainable_rectangles
</item>
<item>
remove_unobtainable_rectangles
</item>
<item>
setup_hashed_features
</item>
<item>
setup_hashed_features
</item>
<item>
correlation_tracker
</item>
<item
nolink=
"true"
>
<item
nolink=
"true"
>
<name>
Scan Image Pyramid Tools
</name>
<name>
Scan Image Pyramid Tools
</name>
<sub>
<sub>
...
@@ -2148,6 +2149,31 @@
...
@@ -2148,6 +2149,31 @@
</component>
</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>
<component>
...
...
docs/docs/main_menu.xml
View file @
6fbd1cf0
...
@@ -174,6 +174,10 @@
...
@@ -174,6 +174,10 @@
<item
nolink=
"true"
>
<item
nolink=
"true"
>
<name>
Examples: C++
</name>
<name>
Examples: C++
</name>
<sub>
<sub>
<item>
<name>
Video_Object_Tracking
</name>
<link>
video_tracking_ex.cpp.html
</link>
</item>
<item>
<item>
<name>
SQLite
</name>
<name>
SQLite
</name>
<link>
sqlite_ex.cpp.html
</link>
<link>
sqlite_ex.cpp.html
</link>
...
...
docs/docs/term_index.xml
View file @
6fbd1cf0
...
@@ -1330,6 +1330,7 @@
...
@@ -1330,6 +1330,7 @@
<term
file=
"imaging.html"
name=
"remove_unobtainable_rectangles"
include=
"dlib/image_processing.h"
/>
<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=
"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=
"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=
"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=
"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"
/>
<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