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

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

Definition at line 17 of file ComputeKernelData.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:10 2010 for ImpalaSrc by  doxygen 1.5.1