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:
|