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

void Impala::Core::Stream::WindowPrepGaussDerivative::DoIt ( Array::Array2dVec3Real64 *&  dst,
Array::Array2dVec3UInt8 src 
) [inline]

Definition at line 66 of file RgbDataSrcWindow.h.

References Impala::Core::Array::GaussDerivativeVec3(), mOrderDerivx, mOrderDerivy, mSigma, mTruncation, Impala::Core::Array::Set(), and Impala::Application::DemoCamera2d::srcV.

00067     {
00068         Array::Array2dVec3Real64* srcV = 0;
00069         Set(srcV, src);
00070         GaussDerivativeVec3(dst, srcV, mSigma, mOrderDerivx, mOrderDerivy,
00071                             mTruncation);
00072         delete srcV;
00073     }

Here is the call graph for this function:


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