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

void Impala::Visualization::SegmentationDocumentGuiAnno::ToShotWindow ( int  idx,
bool  isKeyFrame = false 
) [inline]

Definition at line 231 of file SegmentationDocumentGuiAnno.h.

References Impala::Visualization::ImagesWindow::AddImage(), GetFrameArrIm(), mCurShotFrames, and mImShotWnd.

Referenced by FillShotSample().

00232     {
00233         char buf[60];
00234         sprintf(buf,isKeyFrame?"%d (*)" : "%d", idx);
00235         Array2dVec3UInt8* arrIm = GetFrameArrIm(idx);
00236         mImShotWnd->AddImage(arrIm,"Direct",buf,true,false);
00237         mCurShotFrames.push_back(idx);
00238     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:58 2011 for ImpalaSrc by  doxygen 1.5.1