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

template<class ArrayT>
void Impala::Core::Trec::MyRestrict ( ArrayT *  im,
int  border 
)

Definition at line 72 of file TrecFeature.h.

Referenced by BuildInvCwFeatureList(), and BuildInvECwFeatureList().

00073 {
00074         im->mBW += border;
00075         im->mBH += border;
00076         im->mCW -= 2*border;
00077         im->mCH -= 2*border;
00078 }


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