Reimplemented from OglGui::Window. Definition at line 871 of file SegmentationDocumentGuiAnno.h. References mNrAnnoPerVideo, mNrAnnotated, mNrAnnoTxt, mNrNegative, mNrPositive, mNrSkip, RankingControlFeedback(), and OglGui::StaticText::SetText(). 00872 { 00873 DataDocumentGui<Core::VideoSet::SegmentationDocument>::DisplayFunc(); 00874 00875 char buf[100]; 00876 sprintf(buf, "NrAnno: %d Pos %d Skip %d Neg %d V(%d)", mNrAnnotated, 00877 mNrPositive, mNrSkip, mNrNegative, mNrAnnoPerVideo); 00878 mNrAnnoTxt->SetText(buf); 00879 RankingControlFeedback(); 00880 }
Here is the call graph for this function:
|