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

Real64 Impala::Core::Array::DB ( int  p,
int  q,
std::string  band,
int  degree1,
int  degree2 
) [inline]

Definition at line 87 of file ColorMoments.h.

References Impala::Core::Array::ColorMoment::GetMoment().

Referenced by C02(), C02tilde(), C11(), C12_1(), C12_2(), C12_3(), and C12_4().

00087                                                                       {
00088     if(band=="RG")//RG
00089         return ColorMoment::GetMoment(p,q,degree1,degree2,0);
00090     if(band=="RB")//RB
00091         return ColorMoment::GetMoment(p,q,degree1,0,degree2);
00092     if(band=="GB")//GB
00093         return ColorMoment::GetMoment(p,q,0,degree1,degree2);
00094     return 0;
00095 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:12 2010 for ImpalaSrc by  doxygen 1.5.1