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

int main ( int  argc,
char *  argv[] 
)

Definition at line 159 of file RegionOfInterestExtractor.cpp.

References Impala::Application::SDash::RoiExtractor::Extract(), Impala::Application::SDash::ROI_INFO_FILE, and Impala::Application::SDash::VIDEO_COUNT.

00160 {
00161     std::cout << "reading regions-of-interest info file..." << std::endl;
00162     RegionsOfInterestInfo rois(ROI_INFO_FILE, VIDEO_COUNT, 32); // SK: 32 minutes to be on the safe side
00163     RoiExtractor roiExtr(rois);
00164     std::cout << "extracting regions-of-interest..." << std::endl;
00165     roiExtr.Extract();
00166     std::cout << "ready." << std::endl;
00167     return 0;
00168 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:39:17 2010 for ImpalaSrc by  doxygen 1.5.1