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

double Impala::Core::VideoSet::Mpeg7Doc::FrameRelevance ( int  frameNr  )  [inline]

Definition at line 213 of file Mpeg7Doc.h.

References FindShot(), and Relevance().

00214     {
00215         int shotIdx = FindShot(frameNr);
00216         return shotIdx != -1 ? Relevance(shotIdx) : 0.0;
00217     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:43 2010 for ImpalaSrc by  doxygen 1.5.1