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

virtual void Impala::Core::VideoSet::InterestPointProc::HandleNewWalk ( VideoSet vs  )  [inline, virtual]

Start of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 50 of file InterestPointProc.h.

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

00051     {
00052         if(!mOptions.GetString("codebook").empty())
00053         {
00054             Database::RawDataSet* bookSet = vs;
00055             if (!mCodebookSet.empty())
00056                 bookSet = Database::MakeRawDataSet(mCodebookSet);
00057 
00058             mInterestPointFeature.SetCodebook(mOptions.GetString("codebook"),
00059                                               bookSet->GetDatabase());
00060         }
00061     }

Here is the call graph for this function:


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