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

String Impala::Core::Database::RawDataSet::GetFilePathGroundTruth ( String  truthFile,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 683 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Application::Util::DoExportAnnoMpeg7().

00684     {
00685         String dir = "Annotations/groundtruth";
00686         if (toWrite)
00687             MakeDir(dir);
00688         return GetFilePath(dir, truthFile, toWrite, silent);
00689     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:53 2010 for ImpalaSrc by  doxygen 1.5.1