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

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

Definition at line 123 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().

00124     {
00125         WriteSimpleDebug(stream);
00126         stream << "\n  covariance matrix";
00127         for(int i=0 ; i<mMatCovariance->CH() ; i++)
00128         {
00129             stream << "\n  ";
00130             for(int j=0 ; j<mMatCovariance->CW() ; j++)
00131                 stream << " " << mMatCovariance->Val(i,j);
00132         }
00133         stream << std::endl;
00134     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:22:06 2010 for ImpalaSrc by  doxygen 1.5.1