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

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

Definition at line 212 of file Mpeg7Doc.h.

References FindShot(), and Relevance().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:04 2011 for ImpalaSrc by  doxygen 1.5.1