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

void Impala::Visualization::SegmentationDocumentGuiAnno::RelevanceStats ( double  rel,
int  delta 
) [inline, private]

Definition at line 896 of file SegmentationDocumentGuiAnno.h.

References mNrNegative, mNrPositive, and mNrSkip.

Referenced by AnnoStats(), and DoAnno().

00897     {
00898         if (rel < 0.01)
00899             mNrNegative += delta;
00900         else if (rel > 0.99)
00901             mNrPositive += delta;
00902         else
00903             mNrSkip += delta;
00904     }


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