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

Mat* Impala::Core::Training::FikSvm::GetBMat ( int  idx  )  [inline]

Definition at line 186 of file FikSvm.h.

References GetFeatDim(), and mFikSvm.

Referenced by Impala::Persistency::FikSvmRepositoryInFile::Add(), and ImportSvm().

00187     {
00188         return Matrix::MatCreate<Mat>(1, GetFeatDim(idx), mFikSvm[idx]->b, true);
00189         
00190     }

Here is the call graph for this function:


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