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

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

Reimplemented from Impala::Application::VideoExcel::TableDataSource.

Definition at line 54 of file TableDataSourceTrec.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:15 2010 for ImpalaSrc by  doxygen 1.5.1