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

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

Definition at line 26 of file ImportAudioConcepts.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mConceptSet, mFeature, mKeyframes, mModel, mReporter, mSegmentation, and mSimSet.

00027     {
00028         mReporter = reporter;
00029         if (options.GetNrArg() < 5)
00030         {
00031             ILOG_ERROR("Missing argument");
00032             return;
00033         }
00034         mConceptSet = options.GetArg(2);
00035         mModel = options.GetArg(3);
00036         mFeature = options.GetArg(4);
00037         mSegmentation = 0;
00038         mKeyframes = 0;
00039         mSimSet = 0;
00040     }

Here is the call graph for this function:


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