Definition at line 67 of file mainAnnoVidSet.cpp. References Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetString(), Impala::Core::VideoSet::MakeSegmentationDocument(), and mSegDoc. Referenced by WindowAnnoVidSet(). 00068 { 00069 CmdOptions& options = CmdOptions::GetInstance(); 00070 std::string videoSetName = options.GetString("videoSet"); 00071 printf("VideoSetName = %s\n", videoSetName.c_str()); 00072 mSegDoc = Core::VideoSet::MakeSegmentationDocument(videoSetName); 00073 }
Here is the call graph for this function:
|