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

virtual void Impala::Core::VideoSet::ConcatFeatures::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 47 of file ConcatFeatures.h.

References mIsPartial, and mNumberFrames.

00049     {
00050         mIsPartial = true;
00051         mNumberFrames = numberFrames;
00052     }


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