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

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

Definition at line 304 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().

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

Here is the call graph for this function:


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