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

void Impala::Core::VideoSet::WalkerConfig::RetrieveOptions ( CmdOptions co  )  [inline]

Definition at line 60 of file Walker.h.

References Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetInt(), iFrames, keyframeSrc, maxKeyframeMask, numberFrames, numberKeyframes, numberQuids, partialWalk, startKeyframe, startQuid, stepSize, and virtualWalk.

Referenced by Impala::Application::mainShotSegmentation(), and Impala::Application::VidSet::mainVidSet().

00061     {
00062         iFrames          = co.GetBool("iFrames",        iFrames);
00063         keyframeSrc      = co.GetBool("keyframeSrc",    keyframeSrc);
00064         partialWalk      = co.GetBool("partialWalk",    partialWalk);
00065         virtualWalk      = co.GetBool("virtualWalk",    virtualWalk);
00066         maxKeyframeMask  = co.GetInt("maxKeyframeMask", maxKeyframeMask);
00067         numberFrames     = co.GetInt("numberFrames",    numberFrames);
00068         numberKeyframes  = co.GetInt("numberKeyframes", numberKeyframes);
00069         numberQuids      = co.GetInt("numberQuids",     numberQuids);
00070         startKeyframe    = co.GetInt("startKeyframe",   startKeyframe);
00071         startQuid        = co.GetInt("startQuid",       startQuid);
00072         stepSize         = co.GetInt("stepSize",        stepSize);
00073     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:34 2010 for ImpalaSrc by  doxygen 1.5.1