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

bool Impala::Core::Geometry::InterestPoint::operator== ( const InterestPoint rhs  )  const [inline]

Definition at line 36 of file InterestPoint.h.

References mX, and mY.

00037     {
00038         return mX==rhs.mX && mY==rhs.mY;
00039     }


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