Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:14 2011 for ImpalaSrc by  doxygen 1.5.1