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

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

Definition at line 871 of file SegmentationDocumentGuiAnno.h.

References mNrNegative, mNrPositive, and mNrSkip.

Referenced by AnnoStats(), and DoAnno().

00872     {
00873         if (rel < 0.01)
00874             mNrNegative += delta;
00875         else if (rel > 0.99)
00876             mNrPositive += delta;
00877         else
00878             mNrSkip += delta;
00879     }


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