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

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

End of a "normal" walk.

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

Definition at line 89 of file ImportConcepts.h.

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

00090     {
00091         mSimSet->ComputeRanks(true);
00092         mSimSet->Save(vs, mConceptSet, mModel, mFeature, true);
00093         delete mSimSet;
00094     }

Here is the call graph for this function:


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