Definition at line 1839 of file mainIDo.cpp. References CheckFeature(), and Impala::MakeString(). Referenced by CheckFeaturePyramid3(). 01840 { 01841 String cbMode = (cMode.empty()) ? "" : "_" + cMode; 01842 for (int i=0 ; i<8 ; i++) 01843 { 01844 String sub = (i == 0) ? "" : "_sub_" + MakeString(i); 01845 CheckFeature("densesampling-" + feature + 01846 "_ds_6-1.2_ps_pyramid-1x1-2x2-1x3" + cbMode + sub); 01847 } 01848 }
Here is the call graph for this function: ![]()
|