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

void Impala::Core::Feature::FeatureTable::WriteSvmFile ( String  fileName,
Util::Database db,
Core::Table::AnnotationTable truth 
) [inline]

Definition at line 203 of file FeatureTable.h.

References ExportAscii(), and Impala::Util::Database::GetIOBuffer().

00205     {
00206         Util::IOBuffer* buf = db->GetIOBuffer(fileName, false, false, "tmp");
00207         if (buf)
00208         {
00209             ExportAscii(buf, truth, true, true);
00210             delete buf;
00211         }
00212     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:09:25 2010 for ImpalaSrc by  doxygen 1.5.1