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

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

Definition at line 881 of file SegmentationDocumentGuiAnno.h.

References mNrAnnoPerVideo, mNrAnnotated, and RelevanceStats().

Referenced by DoAnno().

00882     {
00883         if (idx == -1)
00884         {
00885             mNrAnnoPerVideo++;
00886             mNrAnnotated++;
00887         }
00888         RelevanceStats(relevance,1);
00889     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:59 2011 for ImpalaSrc by  doxygen 1.5.1