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

virtual std::string Impala::Core::Geometry::InterestPoint::Serialize ( Real64  shiftX = 0,
Real64  shiftY = 0 
) [inline, virtual]

Reimplemented in Impala::Core::Geometry::InterestCircle, and Impala::Core::Geometry::InterestRectangleZ.

Definition at line 48 of file InterestPoint.h.

References mX, and mY.

00049     {
00050         std::ostringstream os;
00051         os << "<POINT " << mX+shiftX << " " << mY+shiftY << ">;";
00052         return os.str();
00053     }


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