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

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

Definition at line 24 of file InterestPointProc.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetNrArg(), Impala::CmdOptions::GetString(), ILOG_INFO, mCodebookSet, mNoZIP, mReporter, and mTableInfoString.

00025         : mInterestPointFeature(options), mOptions(options), mNoZIP(false),
00026           mSkipThisFolder(false)
00027     {
00028         mReporter = reporter;
00029         mNoZIP = options.GetBool("noZIP");
00030         mTableInfoString = "codebook=" + options.GetString("codebook");
00031         mCodebookSet = "";
00032         if (options.GetNrArg() > 2)
00033             mCodebookSet = options.GetArg(2);
00034         if(mNoZIP) {
00035             ILOG_INFO("NOT creating ZIP output files");
00036         } else {
00037             ILOG_INFO("Creating ZIP output files");
00038         }
00039     }

Here is the call graph for this function:


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