Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::Trait::FuncKalmanColor::FuncKalmanColor (  )  [inline]

the constructor needs the width and height of the template to allocate the outlier 'graphic'

Definition at line 241 of file FunctorKalman.h.

References Impala::CmdOptions::GetDouble(), Impala::CmdOptions::GetInstance(), mChi2, mGamma, mK, mN_omax, mOutCounter, and Reset().

00242     {
00243         CmdOptions& options = CmdOptions::GetInstance();
00244         // 'static' properties
00245         mChi2 = options.GetDouble("appearance_kalman.kalman.chi^2", 13); //is (Chi_d,delta)^2 where d=3 and delta=0.99
00246         mGamma = options.GetDouble("appearance_kalman.kalman.gamma", 0.3);
00247         mN_omax = options.GetDouble("appearance_kalman.kalman.N_omax", 40);
00248         mK = options.GetDouble("appearance_kalman.kalman.K", 20);
00249 
00250         mOutCounter = 0;
00251         Reset(0,0);
00252     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:05:56 2010 for ImpalaSrc by  doxygen 1.5.1