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

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

Definition at line 18 of file ComputeKernelData.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, Impala::Core::Database::MakeRawDataSet(), mBaseSet, mKernelMatrixName, and mReporter.

00019     {
00020         mReporter = reporter;
00021         if (options.GetNrArg() < 4)
00022         {
00023             ILOG_ERROR("Missing argument");
00024             return;
00025         }
00026         String name2 = options.GetArg(2);
00027         mBaseSet = Database::MakeRawDataSet(name2, true);
00028         mKernelMatrixName = options.GetArg(3);
00029     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:45 2010 for ImpalaSrc by  doxygen 1.5.1