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

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

Definition at line 277 of file Segmentation.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().

00278     {
00279         if (!name.empty())
00280             mName = name;
00281         String fName = mVidSet->GetFilePathVideoIndex("", mName + ".tab",
00282                                                       true, false);
00283         Write(this, fName, mVidSet->GetDatabase(), binary);
00284     }

Here is the call graph for this function:


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