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

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

Definition at line 23 of file ExportFeatures.h.

References Impala::atol(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, ILOG_WARN, mFeatureDef, mFractions, mReporter, mSegmentation, and mWalkType.

00024     {
00025         mReporter = reporter;
00026         if (options.GetNrArg() < 3)
00027         {
00028             ILOG_ERROR("Missing argument");
00029             return;
00030         }
00031         mFractions = atol(options.GetArg(2));
00032         if ((mFractions != 25) && (mFractions != 30000))
00033             ILOG_WARN("Never tried fractions = " << mFractions);
00034         mFeatureDef = FeatureDefinition(options.GetArg(3));
00035         mSegmentation = 0;
00036         mWalkType = "unknown";
00037     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:55 2010 for ImpalaSrc by  doxygen 1.5.1