From 6fbd1cf0716d503aa237fdb60627f96063fab57b Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 3 Feb 2015 14:55:53 -0500 Subject: [PATCH] updated docs --- docs/docs/imaging.xml | 26 ++++++++++++++++++++++++++ docs/docs/main_menu.xml | 4 ++++ docs/docs/term_index.xml | 1 + 3 files changed, 31 insertions(+) diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index 484f90ae8..62153a6aa 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -103,6 +103,7 @@ test_box_overlap remove_unobtainable_rectangles setup_hashed_features + correlation_tracker Scan Image Pyramid Tools @@ -2148,6 +2149,31 @@ + + + + correlation_tracker + dlib/image_processing.h + dlib/image_processing/correlation_tracker_abstract.h + + 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. + +

+ This tool is an implementation of the method described in the following paper: +

+ Danelljan, Martin, et al. "Accurate scale estimation for robust visual + tracking." Proceedings of the British Machine Vision Conference BMVC. 2014. +
+

+
+ + video_tracking_ex.cpp.html + + +
+ diff --git a/docs/docs/main_menu.xml b/docs/docs/main_menu.xml index 9429707f5..2695813ea 100644 --- a/docs/docs/main_menu.xml +++ b/docs/docs/main_menu.xml @@ -174,6 +174,10 @@ Examples: C++ + + Video_Object_Tracking + video_tracking_ex.cpp.html + SQLite sqlite_ex.cpp.html diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index c36c12bc6..31dd1ad09 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -1330,6 +1330,7 @@ +