Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 121 of file BlackFrameProc.h.

References ILOG_DEBUG, mTable, mWalkType, and Impala::Core::Table::Write().

00122     {
00123         String tableName = vs->GetFilePathFeatureData(mWalkType, Feature::FeatureDefinition("avg-int-grad"), fileId, false, -1, true, false);
00124         Write(mTable, tableName, vs->GetDatabase(), true);
00125         delete mTable;
00126         mTable = 0;
00127         ILOG_DEBUG("HandleDoneFile: " << fileId);
00128     }

Here is the call graph for this function:


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