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

virtual Array::Array2dVec3UInt8* Impala::Core::VideoSet::SegmentationDocument::VisualAtCursor ( bool  thumbnail  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocument.

Definition at line 187 of file SegmentationDocument.h.

References Impala::Core::ImageSet::ImageSet::GetImage(), HasCursor(), mCurrentKeyfrId, mImSetKeyfr, and mImSetThumb.

00188     {
00189         if (!HasCursor())
00190             return 0;
00191         if (thumbnail && mImSetThumb)
00192             return mImSetThumb->GetImage(mCurrentKeyfrId);
00193         if (!thumbnail && mImSetKeyfr)
00194             return mImSetKeyfr->GetImage(mCurrentKeyfrId);
00195         return 0;
00196     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:31:43 2010 for ImpalaSrc by  doxygen 1.5.1