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

Quid Impala::Core::VideoSet::Segmentation::GetQuidShot ( int  videoId,
int  frameNr 
) [inline]

Definition at line 91 of file Segmentation.h.

References GetQuidShot(), GetShotId(), and Impala::Core::Table::Table::Size().

00092     {
00093         int shotId = GetShotId(videoId, frameNr);
00094         if (shotId == Size())
00095             return 0;
00096         if (shotId == -1)
00097             return 0;
00098         return GetQuidShot(shotId);
00099     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:31:24 2010 for ImpalaSrc by  doxygen 1.5.1