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

double Impala::Core::VideoSet::ShotSegmenter::GetScore ( int  i  )  [inline]

Definition at line 740 of file ShotSegmenter.h.

References mScores, and Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::Value().

00741     {
00742         if(i<0)
00743             i=0;
00744         return mScores->Value(i,0);
00745     }

Here is the call graph for this function:


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