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

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

Definition at line 22 of file IndexFeaturesSubset.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetString(), mAnnoQuidTab, mbInitialize, mDef, mKeyframeMask, mKeyframes, mQuidList, mReporter, mTable, mVerbose, and mWalkType.

00023     {
00024         mReporter = reporter;
00025         mDef = Feature::FeatureDefinition(options.GetArg(2));
00026         mTable = 0;
00027         mKeyframes = 0;
00028         mKeyframeMask = 0;
00029         mWalkType = "unknown";
00030 
00031         mQuidList = options.GetString("subset","");
00032         mAnnoQuidTab = NULL;
00033         mbInitialize = false;
00034 
00035         mVerbose = options.GetBool("verbose", false);
00036 
00037     }

Here is the call graph for this function:


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