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

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

Definition at line 311 of file Mpeg7Doc.h.

References Confidence(), and Relevance().

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

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

Here is the call graph for this function:


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