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

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

Definition at line 305 of file Mpeg7Doc.h.

References Confidence(), and Relevance().

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

00306     {
00307         return (Relevance(shot) == 1.0) && (Confidence(shot) > 0.5);
00308     }

Here is the call graph for this function:


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