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

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

Definition at line 28 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().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:57 2011 for ImpalaSrc by  doxygen 1.5.1