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

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

References ILOG_DEBUG, mTable, and mWalkType.

00121     {
00122         typedef Persistency::FeatureLocator FeatureLocator;
00123         FeatureLocator loc(vs->GetLocator(), false, false, mWalkType,
00124                            "avg-int-grad", vs->GetContainerFile(fileId));
00125         Persistency::FeatureTableRepository().Add(loc, mTable);
00126         delete mTable;
00127         mTable = 0;
00128         ILOG_DEBUG("HandleDoneFile: " << fileId);
00129     }


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