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

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

Definition at line 23 of file IndexConcepts.h.

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

00024     {
00025         mReporter = reporter;
00026         if (options.GetNrArg() < 5)
00027         {
00028             ILOG_ERROR("Missing argument");
00029             return;
00030         }
00031         mConceptFileName = options.GetArg(2);
00032         mModel = options.GetArg(3);
00033         mFeatureDef = FeatureDefinition(options.GetArg(4));
00034         mSimSet = 0;
00035         mSegmentation = 0;
00036     }

Here is the call graph for this function:


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