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

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

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

00055     {
00056 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00057         mIsPartial = true;
00058         mStartFrame = startFrame;
00059 #endif // REPOSITORY_USED
00060         mLoc.SetNumberFrames(numberFrames);
00061         mLoc.SetStartFrame(startFrame);
00062     }

Here is the call graph for this function:


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