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

virtual void Impala::Core::VideoSet::ProtoSimilarityEval::HandleNewWalk ( VideoSet vs,
String  walkType 
) [inline, virtual]

Start of any walk, identifying the type of walk (Frames/Keyframes/.

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

Definition at line 43 of file ProtoSimilarityEval.h.

References mLoc, and mWalkType.

00044     {
00045 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00046         mWalkType = walkType;
00047 #endif // REPOSITORY_USED
00048         mLoc = FeatureLocator(vs->GetLocator(), false, false, walkType,
00049                               "unknown", "unknown");
00050     }


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