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

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

References ILOG_INFO, and mTable.

00137     {
00138         typedef Persistency::FeatureLocator FeatureLocator;
00139         FeatureLocator loc(vs->GetLocator(), false, false, "Keyframes",
00140                            "avg-int-grad", vs->GetContainerFile(fileId));
00141         Persistency::FeatureTableRepository().Add(loc, mTable);
00142         delete mTable;
00143         mTable = 0;
00144         ILOG_INFO("HandleDoneFile: " << fileId);
00145     }


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