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

virtual void Impala::Core::VideoSet::LbpEval::HandleNewWalkPartial ( VideoSet vs,
int  startFrame,
int  stepSize,
int  numberFrames 
) [inline, virtual]

Start of a "normal" walk on a part of the video.

This is a special case of "normal" walk so is called in addition to the handle normal walk. Temporary hack? Introduced for processing all frames in parts.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 229 of file LbpEval.h.

References mLoc, Impala::Persistency::FeatureLocator::SetNumberFrames(), and Impala::Persistency::FeatureLocator::SetStartFrame().

00231     {
00232         mLoc.SetNumberFrames(numberFrames);
00233         mLoc.SetStartFrame(startFrame);
00234     }

Here is the call graph for this function:


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