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

void Impala::Visualization::SegmentationDocumentGuiAnno::AnnoStats ( int  idx,
double  relevance 
) [inline, private]

Definition at line 906 of file SegmentationDocumentGuiAnno.h.

References mNrAnnoPerVideo, mNrAnnotated, and RelevanceStats().

Referenced by DoAnno().

00907     {
00908         if (idx == -1)
00909         {
00910             mNrAnnoPerVideo++;
00911             mNrAnnotated++;
00912         }
00913         RelevanceStats(relevance,1);
00914     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:46:42 2010 for ImpalaSrc by  doxygen 1.5.1