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

int Impala::Core::VideoSet::Segmentation::GetTotalNrFrames (  )  [inline]

Definition at line 212 of file Segmentation.h.

References GetNrFramesVideo(), and GetNrVideos().

Referenced by Impala::Samples::MonetTest::DoInsertSegmentation().

00213     {
00214         int res = 0;
00215         for (int i=0 ; i<GetNrVideos() ; i++)
00216             res += GetNrFramesVideo(i);
00217         return res;
00218     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:10 2011 for ImpalaSrc by  doxygen 1.5.1