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

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

00138     {
00139         //std::string tableName = vs->GetFilePathFeatureData(mKeyframes != 0, FeatureDefinition("avg-int-grad"), fileId, false, -1, true, false);
00140         std::string tableName = vs->GetFilePathFeatureData("Keyframes", Feature::FeatureDefinition("avg-int-grad"), fileId, false, -1, true, false);
00141         Write(mTable, tableName, vs->GetDatabase(), true);
00142         delete mTable;
00143         mTable = 0;
00144         ILOG_INFO("HandleDoneFile: " << fileId);
00145     }

Here is the call graph for this function:


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