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

Impala::Core::ImageSet::ProtoSimilarityEval::ProtoSimilarityEval ( Feature::Computor computor,
Reporter reporter,
CmdOptions options 
) [inline]

Definition at line 20 of file ProtoSimilarityEval.h.

References Impala::atol(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mComputor, mReporter, and Impala::Core::Feature::Computor::ReadPrototypes().

00022     {
00023         mReporter = reporter;
00024         mComputor = computor;
00025         if (options.GetNrArg() < 5)
00026             ILOG_ERROR("Need more arguments");
00027         String protoSet = options.GetArg(2);
00028         if (protoSet == "nil")
00029             protoSet = "";
00030         String maskSet = options.GetArg(3);
00031         if (maskSet == "nil")
00032             maskSet = "";
00033         int maxNr = atol(options.GetArg(4));
00034         mComputor->ReadPrototypes(protoSet, maskSet, maxNr);
00035     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:16 2010 for ImpalaSrc by  doxygen 1.5.1