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

void Impala::Core::Histogram::NgbOutCooccurence::NextEl ( int  x,
int  y,
const double &  value 
) [inline]

Processing one pixel.

Definition at line 68 of file NgbOutCooccurence.h.

References Impala::Core::Histogram::Histogram2dTem< ElemT >::AddWeightSafe(), ILOG_DEBUG, mCompareValue, and mHist.

00069     {
00070         ILOG_DEBUG("NextEl called: (x,y)=(" <<x<< "," <<y<< ") value = " << value);
00071         if(x!=1 || y!=1)
00072         {
00073             mHist->AddWeightSafe(mCompareValue, value, 1.);
00074             ILOG_DEBUG("adding (" << value << "," << mCompareValue << ")");
00075         }
00076     }

Here is the call graph for this function:


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