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

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

Definition at line 23 of file ExportConcepts.h.

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

00024     {
00025         mReporter = reporter;
00026         if (options.GetNrArg() < 5)
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         mConceptFileName = options.GetArg(3);
00035         mModel = options.GetArg(4);
00036         if (options.GetNrArg() > 5)
00037             mFeatureDef = FeatureDefinition(options.GetArg(5));
00038         mSegmentation = 0;
00039     }

Here is the call graph for this function:


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