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

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

Definition at line 29 of file InterestPointProc.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetNrArg(), Impala::CmdOptions::GetString(), ILOG_INFO, mCodebookSet, mFeatureTableResult, mInterestPointFeature, mNoZIP, Impala::Core::Feature::FeatureTableResult::SetInfo(), and Impala::Core::Feature::InterestPointFeature::SetResultOutput().

00030         : mInterestPointFeature(options), mOptions(options), mNoZIP(false),
00031           mSkipThisFolder(false)
00032     {
00033         mNoZIP = options.GetBool("noZIP");
00034         mCodebookSet = "";
00035         mFeatureTableResult.SetInfo("codebook=" + options.GetString("codebook"));
00036         mInterestPointFeature.SetResultOutput(&mFeatureTableResult);
00037         if (options.GetNrArg() > 2)
00038             mCodebookSet = options.GetArg(2);
00039         if (mNoZIP)
00040         {
00041             ILOG_INFO("NOT creating ZIP output files");
00042         }
00043         else
00044         {
00045             ILOG_INFO("Creating ZIP output files");
00046         }
00047     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:01 2011 for ImpalaSrc by  doxygen 1.5.1