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

void Impala::Core::Tracking::ImagePyramid::FakeResizeScratch ( int  w,
int  h 
) [inline, private]

Definition at line 162 of file ImagePyramid.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::mCH, Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::mCW, mLevels, and mScratch.

Referenced by ScaleAndCopy().

00163     {
00164         if(w>mLevels[0]->CW() || h>mLevels[0]->CH())
00165             throw std::logic_error("[ImagePyramid::FakeResizeScratch] too big");
00166         mScratch->mCW = w;
00167         mScratch->mCH = h;
00168     }


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