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

virtual void Impala::Core::VideoSet::IndexSegmentation::HandleNewWalk ( VideoSet vs  )  [inline, virtual]

Start of a "normal" walk.

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

Definition at line 30 of file IndexSegmentation.h.

References mKeyframes, and mSegmentation.

00031     {
00032         mSegmentation = new Segmentation(vs, "");
00033         mKeyframes = new Keyframes(vs, "");
00034     }


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