Definition at line 2148 of file mainIDo.cpp. References ILOG_INFO, Impala::MakeString(), mRefServer, and StageCall(). Referenced by HandleCmd(). 02149 { 02150 ILOG_INFO("Staging featuresiftoutput"); 02151 for (int i=0 ; i<8 ; i++) 02152 { 02153 String sub = (i == 0) ? "" : "_sub_" + MakeString(i); 02154 String f = "harrislaplace-sift_ps_pyramid-1x1-2x2-1x3" + sub; 02155 StageCall("copyfeaturetable", 02156 "trec2005fsd_try.txt false false Keyframes " + f + " ALL", 02157 mRefServer); 02158 f = "densesampling-sift_ds_6-1.2-2_ps_pyramid-1x1-2x2-1x3" + sub; 02159 StageCall("copyfeaturetable", 02160 "trec2005fsd_try.txt false false Keyframes " + f + " ALL", 02161 mRefServer); 02162 } 02163 }
Here is the call graph for this function: ![]()
|