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

Vector::VectorTem<Real64>* Impala::Core::Geometry::InterestCircle::PointAsVector ( Real64  shiftX = 0,
Real64  shiftY = 0 
) [inline, virtual]

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

Definition at line 82 of file InterestCircle.h.

References Impala::Core::Vector::VectorTem< ElemT >::Elem(), mCornerness, mOrientation, mScale, Impala::Core::Geometry::InterestPoint::mX, and Impala::Core::Geometry::InterestPoint::mY.

00083     {
00084         Vector::VectorTem<Real64>* temp = new Vector::VectorTem<Real64>(5);
00085         temp->Elem(0) = mX + shiftX;
00086         temp->Elem(1) = mY + shiftY;
00087         temp->Elem(2) = mScale;
00088         temp->Elem(3) = mOrientation;
00089         temp->Elem(4) = mCornerness;
00090         return temp;
00091     }

Here is the call graph for this function:


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