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

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

analogous to SetVec

Definition at line 115 of file Classifier.h.

References Impala::Core::Matrix::MatCovarianceExact(), mBackgroundMean, MeanFromSamples(), mMatCovariance, and UpdateClassifiers().

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

00116     {
00117         delete mMatCovariance;
00118         mMatCovariance = Matrix::MatCovarianceExact(&background);
00119         MeanFromSamples(mBackgroundMean, &background);
00120         UpdateClassifiers();
00121     }

Here is the call graph for this function:


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