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

bool Impala::Core::VideoSet::Mpeg7Doc::IsNegativeAnno ( int  shot  )  [inline]

Definition at line 310 of file Mpeg7Doc.h.

References Confidence(), and Relevance().

Referenced by Impala::Core::VideoSet::IndexAnnotation::DoKeyframes(), and Impala::Core::VideoSet::IndexAnnotation::DoShots().

00311     {
00312         return (Relevance(shot) == 0.0) && (Confidence(shot) > 0.5);
00313     }

Here is the call graph for this function:


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