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

Real64 Impala::Core::Array::SB ( int  p,
int  q,
char  band,
int  degree 
) [inline]

Definition at line 77 of file ColorMoments.h.

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

Referenced by B02(), and B12().

00077                                                     {
00078     if(band=='R')
00079         return ColorMoment::GetMoment(p,q,degree,0,0);
00080     if(band=='G')
00081         return ColorMoment::GetMoment(p,q,0,degree,0);
00082     if(band=='B')
00083         return ColorMoment::GetMoment(p,q,0,0,degree);
00084     return 0;
00085 }

Here is the call graph for this function:


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