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

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

End of a "normal" walk.

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

Definition at line 81 of file IndexConcepts.h.

References Impala::Core::Table::SimilarityTableSet::ComputeRanks(), Impala::Persistency::SimilarityTableSetLocator::GetFeature(), Impala::Persistency::SimilarityTableSetLocator::GetWalkType(), mLoc, mSegmentation, mSimSet, Impala::Persistency::SimilarityTableSetLocator::SetFeature(), and Impala::Persistency::SimilarityTableSetLocator::SetInIndex().

00082     {
00083         mSimSet->ComputeRanks(true);
00084         String resName = mLoc.GetFeature();
00085         if (mLoc.GetWalkType() != "Keyframes")
00086             resName = mLoc.GetWalkType() + "-" + resName;
00087         if (mSegmentation)
00088             resName = "shot" + resName;
00089         mLoc.SetInIndex(true);
00090         mLoc.SetFeature(resName);
00091         SimilarityTableSetRepository().Add(mLoc, mSimSet);
00092         delete mSimSet;
00093     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:55 2011 for ImpalaSrc by  doxygen 1.5.1