Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 230 of file LbpEval.h.

References mIsPartial, and mStartFrame.

00232     {
00233         mIsPartial = true;
00234         mStartFrame = startFrame;
00235     }


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