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

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

Definition at line 25 of file IndexConcepts.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mLoc, mSegmentation, and mSimSet.

00026     {
00027         if (options.GetNrArg() < 5)
00028         {
00029             ILOG_ERROR("Missing argument");
00030             return;
00031         }
00032         mLoc = SimilarityTableSetLocator
00033             (vs->GetLocator(), false, "", options.GetArg(2), options.GetArg(3),
00034              options.GetArg(4), "");
00035         mSimSet = 0;
00036         mSegmentation = 0;
00037     }

Here is the call graph for this function:


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