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

Core::Array::Array2dVec3UInt8* Impala::Core::Trec::ThreadSet::GetImageByKeyframeID ( int  keyframe,
bool  fromKeyframes = false 
) [inline]

Definition at line 230 of file ThreadSet.h.

References Impala::Core::ImageSet::ImageSet::GetImage(), mImSetKey, mImSetThumb, and mKeyframes.

00231     {
00232         if (!mKeyframes || !mImSetThumb)
00233             return 0;
00234         if (fromKeyframes && mImSetKey)
00235             return mImSetKey->GetImage(keyframe);
00236         return mImSetThumb->GetImage(keyframe);
00237     }

Here is the call graph for this function:


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