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

Impala::Core::VideoSet::IndexFeatures::IndexFeatures ( Reporter reporter,
CmdOptions options 
) [inline]

Definition at line 24 of file IndexFeatures.h.

References Impala::CmdOptions::GetArg(), mDef, mKeyframeMask, mKeyframes, mReporter, mTable, and mWalkType.

00025     {
00026         mReporter = reporter;
00027         mDef = Feature::FeatureDefinition(options.GetArg(2));
00028         mTable = 0;
00029         mKeyframes = 0;
00030         mKeyframeMask = 0;
00031         mWalkType = "unknown";
00032     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:29:38 2010 for ImpalaSrc by  doxygen 1.5.1