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

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

End of a "normal" walk.

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

Definition at line 120 of file ImportAudioConcepts.h.

References Impala::Core::Table::SimilarityTableSet::ComputeRanks(), mConceptSet, mFeature, mModel, mSimSet, and Impala::Core::Table::SimilarityTableSet::Save().

00121     {
00122         mSimSet->ComputeRanks(true);
00123         mSimSet->Save(vs, mConceptSet, mModel, mFeature, true);
00124         delete mSimSet;
00125     }

Here is the call graph for this function:


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