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

virtual double Impala::Application::MediaTable::TableDataSourceTrec::GetNormalizedDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 55 of file TableDataSourceTrec.h.

References Impala::Application::IDash::TrecEngine::GetTableSimilarityScore(), Impala::Core::VideoSet::Keyframes::IsRKF(), mColmap, mKeyframes, and mTrecEngine.

Referenced by GetDoubleDataByID().

00056     {
00057         if (column == "isrkf")
00058         {
00059             if (mKeyframes->IsRKF(row))
00060                 return 1.0;
00061             return 0.0;
00062         }
00063         return mTrecEngine->GetTableSimilarityScore(mColmap[column], row);
00064     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:30 2011 for ImpalaSrc by  doxygen 1.5.1