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

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

Definition at line 24 of file IndexAnnotation.h.

References Impala::atol(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mConceptExtra, mConceptSet, mKeyframes, mNrExtra, mReporter, mRkfMask, and mSegmentation.

00025     {
00026         mReporter = reporter;
00027         if (options.GetNrArg() < 3)
00028         {
00029             ILOG_ERROR("Missing argument");
00030             return;
00031         }
00032         mConceptSet = options.GetArg(2);
00033         mConceptExtra = "";
00034         if (options.GetNrArg() > 3)
00035             mConceptExtra = options.GetArg(3);
00036         mNrExtra = 0;
00037         if (options.GetNrArg() > 4)
00038             mNrExtra = atol(options.GetArg(4));
00039         mKeyframes = 0;
00040         mSegmentation = 0;
00041         mRkfMask = options.GetBool("rkfMask");
00042     }

Here is the call graph for this function:


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