Definition at line 1179 of file SegmentationDocumentGuiAnno.h. References Impala::Core::VideoSet::VideoSet::GetVideo(), Impala::Core::VideoSet::VideoSet::GetVideoInLowResolution(), Impala::Core::VideoSet::SegmentationDocument::GetVideoSet(), mCurFile, and mSegDoc. Referenced by CheckNewVideo(). 01180 { 01181 RgbDataSrc *rgbDataSrc = 01182 mSegDoc->GetVideoSet()->GetVideoInLowResolution(mCurFile, true); 01183 if (!rgbDataSrc) 01184 rgbDataSrc = mSegDoc->GetVideoSet()->GetVideo(mCurFile); 01185 return rgbDataSrc; 01186 }
Here is the call graph for this function: ![]()
|