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

Real64 Impala::Core::Trec::ThreadVisualSimilarity::GetSimilarity ( int  shot  )  [inline]

Definition at line 221 of file ThreadVisualSimilarity.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get3(), GetShotPosition(), and mShotsCache.

Referenced by Impala::Core::Trec::VisualQueryEngine::QueryVisual().

00222     {
00223         int rankIndex = GetShotPosition(shot);
00224         if (rankIndex < 0)
00225             return -1.0;
00226 
00227         return mShotsCache->Get3(rankIndex);
00228     }

Here is the call graph for this function:


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