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_overlapremove_unobtainable_rectanglessetup_hashed_features
+ correlation_trackerScan 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.
+