Reimplemented from OglGui::Window. Definition at line 846 of file SegmentationDocumentGuiAnno.h. References mNrAnnoPerVideo, mNrAnnotated, mNrAnnoTxt, mNrNegative, mNrPositive, mNrSkip, RankingControlFeedback(), and OglGui::StaticText::SetText(). 00847 { 00848 DataDocumentGui<Core::VideoSet::SegmentationDocument>::DisplayFunc(); 00849 00850 char buf[100]; 00851 sprintf(buf, "NrAnno: %d Pos %d Skip %d Neg %d V(%d)", mNrAnnotated, 00852 mNrPositive, mNrSkip, mNrNegative, mNrAnnoPerVideo); 00853 mNrAnnoTxt->SetText(buf); 00854 RankingControlFeedback(); 00855 }
Here is the call graph for this function: ![]()
|