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

virtual void Impala::Core::VideoSet::IndexFeaturesSubset::HandleNewWalk ( VideoSet vs,
Keyframes keyframes,
bool *  keyframeMask 
) [inline, virtual]

Start of a "keyframe" walk.

This is a special case of "normal" walk so is called in addition to the handle normal walk.

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

Definition at line 52 of file IndexFeaturesSubset.h.

References mKeyframeMask, and mKeyframes.

00053     {
00054         mKeyframes = keyframes;
00055         mKeyframeMask = keyframeMask;
00056     }


Generated on Thu Jan 13 09:21:55 2011 for ImpalaSrc by  doxygen 1.5.1