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

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

Reimplemented from Impala::Core::Geometry::InterestPoint.

Definition at line 74 of file InterestCircle.h.

References mCornerness, mOrientation, mScale, Impala::Core::Geometry::InterestPoint::mX, and Impala::Core::Geometry::InterestPoint::mY.

00075     {
00076         std::ostringstream os;
00077         os << "<CIRCLE " << mX+shiftX << " " << mY+shiftY << " " << mScale << " " << mOrientation << " " << mCornerness << ">;";
00078         return os.str();
00079     }


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