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

void Impala::Core::Tracking::Classifier::Update ( Array::Array2dScalarReal64 background  )  [inline]

Uses the provided background to Retrain the classifier.

Normally in each iteration of online learning (or an iteration of a Tracker) one first calls UpdateVec() a number of times and then this function.

Definition at line 127 of file Classifier.h.

References UpdateBackGroundModel(), and UpdateClassifiers().

Referenced by Impala::Core::Tracking::TrackerBackFore::UpdateObject().

00128     {
00129         UpdateBackGroundModel(background);
00130         UpdateClassifiers();
00131     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:02 2011 for ImpalaSrc by  doxygen 1.5.1