Home || Visual Search || Applications || Architecture || 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 301 of file KfrMotionExtractor.h.

References Impala::Core::Feature::FeatureDefinition::AsString(), Impala::Core::Feature::FeatureTable::GetFeatureDefinition(), mHistogramTable, and Impala::Core::Table::Table::SetSize().

00302     {
00303         bool binary = true;
00304         Feature::FeatureDefinition def = mHistogramTable->GetFeatureDefinition();
00305         typedef Persistency::FeatureLocator FeatureLocator;
00306         FeatureLocator loc(vs->GetLocator(), false, false, "Keyframes",
00307                            def.AsString(), vs->GetContainerFile(fileId));
00308         Persistency::FeatureTableRepository().Add(loc, mHistogramTable);
00309         mHistogramTable->SetSize(0);
00310     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:01 2011 for ImpalaSrc by  doxygen 1.5.1