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

void Impala::Core::VideoSet::Keyframes::Save ( String  name,
bool  binary 
) [inline]

Definition at line 316 of file Keyframes.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathVideoIndex(), mName, mVidSet, and Impala::Core::Table::Write().

Referenced by Impala::Core::Trec::TrecTopic::GenerateDataSets(), Impala::Core::VideoSet::ReadBlocksFile::HandleDoneWalk(), Impala::Core::VideoSet::IndexSegmentation::HandleDoneWalk(), and Impala::Core::Trec::Collection::WriteVideoSet().

00317     {
00318         if (!name.empty())
00319             mName = name;
00320         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00321                                                       true, false);
00322         Write(this, fName, mVidSet->GetDatabase(), binary);
00323     }

Here is the call graph for this function:


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