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

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

Definition at line 25 of file ExportConcepts.h.

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

00026     {
00027         mReporter = reporter;
00028         if (options.GetNrArg() < 5)
00029         {
00030             ILOG_ERROR("Missing argument");
00031             return;
00032         }
00033         mFractions = atol(options.GetArg(2));
00034         if ((mFractions != 25) && (mFractions != 30000))
00035             ILOG_WARN("Never tried fractions = " << mFractions);
00036         mConceptFileName = options.GetArg(3);
00037         mModel = options.GetArg(4);
00038         if (options.GetNrArg() > 5)
00039             mFeatureDef = FeatureDefinition(options.GetArg(5));
00040         mSegmentation = 0;
00041     }

Here is the call graph for this function:


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