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

virtual void Impala::Core::ImageSet::InterestPointProc::HandleNewWalk ( ImageSet is  )  [inline, virtual]

Start of a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 53 of file InterestPointProc.h.

References Impala::CmdOptions::GetString(), ILOG_INFO, Impala::Core::Database::MakeRawDataSet(), mCodebookSet, mInterestPointFeature, mOptions, and Impala::Core::Feature::InterestPointFeature::SetCodebook().

00054     {
00055         if(!mOptions.GetString("codebook").empty())
00056         {
00057             Database::RawDataSet* bookSet = is;
00058             if (!mCodebookSet.empty())
00059             {
00060                 ILOG_INFO("Using separate codebook set: " << mCodebookSet);
00061                 bookSet = Database::MakeRawDataSet(mCodebookSet);
00062             }
00063 
00064             mInterestPointFeature.SetCodebook(mOptions.GetString("codebook"),
00065                                               bookSet->GetDatabase());
00066         }
00067     }

Here is the call graph for this function:


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