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

virtual void Impala::Visualization::SegmentationDocumentGuiAnno::HandleNewConcept (  )  [inline, virtual]

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:


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