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

virtual void Impala::Core::ImageSet::Color64Extractor::HandleDoneDir ( ImageSet is,
int  dirId 
) [inline, virtual]

Completed given DB_DIR in a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 109 of file Color64Extractor.h.

References Impala::Core::Feature::FeatureTable::GetFeatureDefinition(), ILOG_DEBUG, mHistogramTable, and Impala::Core::Table::Write().

00110     {
00111         bool binary = true;
00112         Feature::FeatureDefinition def = mHistogramTable->GetFeatureDefinition();
00113         //std::string fName = is->GetFilePathFeatureData("Keyframes", def, dirId, false, -1, true, false);
00114         std::string fName = is->GetFilePathFeatureData(def, dirId, false, -1, true, false);
00115         
00116         if (!fName.empty())
00117             Table::Write(mHistogramTable, fName, is->GetDatabase(), binary);
00118         mHistogramTable->SetSize(0);
00119 
00120         ILOG_DEBUG("... done dir " << dirId);
00121     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:57 2011 for ImpalaSrc by  doxygen 1.5.1