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

void Impala::Core::Tracking::Classifier::WriteDebug ( std::ostream &  stream  )  [inline]

Definition at line 149 of file Classifier.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), mMatCovariance, Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::Val(), and WriteSimpleDebug().

00150     {
00151         WriteSimpleDebug(stream);
00152         stream << "\n  covariance matrix";
00153         for(int i=0 ; i<mMatCovariance->CH() ; i++)
00154         {
00155             stream << "\n  ";
00156             for(int j=0 ; j<mMatCovariance->CW() ; j++)
00157                 stream << " " << mMatCovariance->Val(i,j);
00158         }
00159         stream << std::endl;
00160     }

Here is the call graph for this function:


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