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

virtual void Impala::Core::VideoSet::KfrMotionExtractor::HandleDoneFile ( VideoSet vs,
int  fileId,
Stream::RgbDataSrc src 
) [inline, virtual]

Completed given DB_FILE in a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 292 of file KfrMotionExtractor.h.

References Impala::Core::Feature::FeatureTable::GetFeatureDefinition(), mHistogramTable, and Impala::Core::Table::Write().

00293     {
00294         bool binary = true;
00295         Feature::FeatureDefinition def = mHistogramTable->GetFeatureDefinition();
00296         //std::string fName = vs->GetFilePathFeatureData(true, def, fileId, false, -1, true, false);
00297         //std::string fName = vs->GetFilePathFeatureData(def, fileId, false, -1, true, false);
00298         std::string fName = vs->GetFilePathFeatureData("Keyframes", def, fileId, false, -1, true, false);
00299         
00300         if (!fName.empty())
00301             Table::Write(mHistogramTable, fName, vs->GetDatabase(), binary);
00302         mHistogramTable->SetSize(0);
00303     }

Here is the call graph for this function:


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