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

void Impala::Core::Array::ColorMoments::GetMoments ( std::vector< Real64 > &  moments,
Array2dVec3Real64 rgb,
int  order,
int  degree,
bool  useBinaryMask = false,
Array2dScalarReal64 binaryMask = 0,
bool  blur = false,
double  sigma = 10.0 
) [inline]

Definition at line 215 of file ColorMomentsKoen.h.

References FillMomentCache(), GetAllMoments(), and Impala::Application::DemoCamera2d::sigma.

00217     {
00218         // fill the cache
00219         FillMomentCache(rgb, order, degree, useBinaryMask, binaryMask, blur, sigma);
00220         // dump the cache
00221         GetAllMoments(moments);
00222     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:17:17 2011 for ImpalaSrc by  doxygen 1.5.1