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

int Impala::Core::Trec::ThreadVisualSimilarity::Shot2Key ( int  shot  )  [inline, private]

Definition at line 279 of file ThreadVisualSimilarity.h.

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

Referenced by GetNearestFrameQuid(), and SetOrigin().

00280     {
00281         //return (mKeyEqualShot) ? shot : mKeyframes->GetShotRKF(shot);
00282         return mKeyframes->GetShotRKF(shot);
00283     }

Here is the call graph for this function:


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