Reimplemented from Impala::Visualization::DataDocumentGui< DataDocT >. Definition at line 262 of file SegmentationDocumentGuiAnno.h. References CheckLoadMpeg7(), CheckLoadVideoAnnotations(), ConstructShotRanking(), HandleNewShot(), mNrAnnotated, mNrNegative, mNrPositive, mNrSkip, and mRankAll. Referenced by HandleConceptsFromFile(), and HandleLoadConcepts(). 00263 { 00264 mNrAnnotated = 0; 00265 mNrPositive = 0; 00266 mNrSkip = 0; 00267 mNrNegative = 0; 00268 00269 CheckLoadVideoAnnotations(); 00270 CheckLoadMpeg7(); 00271 ConstructShotRanking(!mRankAll); 00272 HandleNewShot(); 00273 }
Here is the call graph for this function:
|