From eb92674592aa1a7b3d1b01c018bfc17989a89d4e Mon Sep 17 00:00:00 2001 From: DL-85 Date: Tue, 22 May 2018 17:47:46 +0800 Subject: [PATCH] corrected the references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26e748a..63d1a2a 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ The runtracker.cpp is prepared to be used with the VOT toolkit. The executable " Options available: -gray - Use raw gray level features as in [1]. -hog - Use HOG features as in [2]. +gray - Use raw gray level features as in [2]. +hog - Use HOG features as in [1]. lab - Use Lab colorspace features. This option will also enable HOG features by default. singlescale - Performs single-scale detection, using a variable-size window. fixed_window - Keep the window size fixed when in single-scale mode (multi-scale always used a fixed window).