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

void Impala::Core::Feature::HarrisLaplaceDetector::ExportPoints::DoIt ( const Real64 s,
int  x,
int  y 
) [inline]

Definition at line 88 of file HarrisLaplaceDetector.h.

References mHarrisThreshold, and mPListBI.

00089         {
00090             if(s > mHarrisThreshold) {
00091                 *mPListBI++ = new MyPoint(x, y, s);
00092             }
00093         }


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