Commit 5472ac07 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1357 from f3rm4rf3r:patch-3

parents 50a1b247 fa3cc075
......@@ -827,7 +827,7 @@ namespace cv{
TrackerKCF::Params::Params(){
detect_thresh = 0.5;
sigma=0.2;
lambda=0.01;
lambda=0.0001;
interp_factor=0.075;
output_sigma_factor=1.0/16.0;
resize=true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment