Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:31:28 2010 for ImpalaSrc by  doxygen 1.5.1