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

virtual void Impala::Core::VideoSet::HistogramExtractor::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 71 of file HistogramExtractor.h.

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

00072     {
00073         Feature::FeatureDefinition def = mHistogramTable->GetFeatureDefinition();
00074         typedef Persistency::FeatureLocator FeatureLocator;
00075         FeatureLocator loc(vs->GetLocator(), false, false, "Keyframes",
00076                            def.AsString(), vs->GetContainerFile(fileId));
00077         Persistency::FeatureTableRepository().Add(loc, mHistogramTable);
00078         mHistogramTable->SetSize(0);
00079     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:53 2011 for ImpalaSrc by  doxygen 1.5.1