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

Impala::Core::KeyPoint::DoG::DoG ( Array::Octaves o  )  [inline]

Definition at line 30 of file DoG.h.

References Impala::Core::Array::Octaves::GetLevelCount(), Impala::Core::Array::Octaves::GetOctaveCount(), Impala::Core::Array::Octaves::GetScaleCount(), Init(), mLevelCnt, mOctaveCnt, mOctaves, and mScaleCnt.

00031     {
00032         mOctaves=o;
00033         mOctaveCnt=o->GetOctaveCount();
00034         mLevelCnt=o->GetLevelCount();
00035         mScaleCnt=o->GetScaleCount();
00036         Init();
00037         
00038     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:37 2010 for ImpalaSrc by  doxygen 1.5.1