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

virtual void Impala::Core::VideoSet::ImportConcepts::HandleNewWalk ( VideoSet vs  )  [inline, virtual]

Start of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 41 of file ImportConcepts.h.

References Impala::Util::DatabaseReadString(), ILOG_ERROR, mConceptSet, and mSimSet.

00042     {
00043         String fName = vs->GetFilePathAnnotation(mConceptSet, false, false);
00044         if (fName.empty())
00045         {
00046             ILOG_ERROR("Unable to read conceptSet");
00047             return;
00048         }
00049         std::vector<String> names;
00050         Util::DatabaseReadString(std::back_inserter(names), fName,
00051                                  vs->GetDatabase(), true);
00052         mSimSet = new SimilarityTableSet(names, 100);
00053     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:29:23 2010 for ImpalaSrc by  doxygen 1.5.1