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

int Impala::Core::Trec::ThreadRank::Key2Shot ( int  key  )  [inline, private]

Definition at line 135 of file ThreadRank.h.

References Impala::Core::VideoSet::Keyframes::GetShotId(), mKeyEqualShot, and mKeyframes.

Referenced by GetShot(), and GetShotAt().

00136     {
00137         return (mKeyEqualShot) ? key : mKeyframes->GetShotId(key);
00138     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:26:12 2010 for ImpalaSrc by  doxygen 1.5.1