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

int Impala::Core::VideoSet::ShotSegmenter::GetPredictionFrame (  )  [inline]

Definition at line 678 of file ShotSegmenter.h.

References Impala::Core::Stream::RgbDataSrc::FrameNr(), mSrc, and mWindowSize.

Referenced by Impala::Core::VideoSet::ShotSegmenterGUI::HandleNewFrame(), and HandleNewFrame().

00679     {
00680         //Return the earliest possible frame we can predict
00681         int DecisionFrame = mSrc->FrameNr()-mWindowSize;
00682         return (DecisionFrame>0) ? DecisionFrame : 0;
00683     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:32:17 2010 for ImpalaSrc by  doxygen 1.5.1