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

virtual void Impala::Core::VideoSet::ReadBlocksFile::HandleDoneWalk ( VideoSet vs  )  [inline, virtual]

End of a "normal" walk.

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

Definition at line 66 of file ReadBlocksFile.h.

References mKeyframes, mSegmentation, Impala::Core::VideoSet::Keyframes::Save(), Impala::Core::VideoSet::Segmentation::Save(), and Impala::Core::VideoSet::Keyframes::WriteImageSets().

00067     {
00068         bool binary = true;
00069         mSegmentation->Save("segmentation", binary);
00070         mKeyframes->Save("keyframes", binary);
00071         mKeyframes->WriteImageSets();
00072     }

Here is the call graph for this function:


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