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

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

Definition at line 24 of file IndexFeatures.h.

References Impala::Core::Feature::FeatureDefinition::AsString(), Impala::CmdOptions::GetArg(), Impala::MakeString(), mDef, mKeyframeMask, mKeyframes, mReporter, mTable, and mWalkType.

00025     {
00026         mReporter = reporter;
00027         if (Link::Mpi::NrProcs() == 8) // quick hack for sift
00028         {
00029             String feat = options.GetArg(2);
00030             int nr = Link::Mpi::MyId();
00031             String sub = (nr == 0) ? "" : "_sub_" + MakeString(nr);
00032             mDef = Feature::FeatureDefinition(feat + sub);            
00033             ILOG_INFO_NODE("indexing feature " << mDef.AsString());
00034         }
00035         else
00036         {
00037             mDef = Feature::FeatureDefinition(options.GetArg(2));
00038         }
00039         mTable = 0;
00040         mKeyframes = 0;
00041         mKeyframeMask = 0;
00042         mWalkType = "unknown";
00043     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:55 2011 for ImpalaSrc by  doxygen 1.5.1