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

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

Definition at line 22 of file InterestPointProc.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:29:49 2010 for ImpalaSrc by  doxygen 1.5.1