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

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

Start of a "normal" walk.

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

Definition at line 55 of file ImportAudioConcepts.h.

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

00056     {
00057         String fName = vs->GetFilePathAnnotation(mConceptSet, false, false);
00058         if (fName.empty())
00059         {
00060             ILOG_ERROR("Unable to read conceptSet");
00061             return;
00062         }
00063         std::vector<String> names;
00064         Util::DatabaseReadString(std::back_inserter(names), fName,
00065                                  vs->GetDatabase(), true);
00066         mSimSet = new SimilarityTableSet(names, 100);
00067     }

Here is the call graph for this function:


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