Definition at line 1827 of file mainIDo.cpp. References CheckFeature(), and Impala::MakeString(). Referenced by CheckFeaturePyramid3(), and CheckFeatureUnc4Sift(). 01828 { 01829 String cbMode = (cMode.empty()) ? "" : "_" + cMode; 01830 for (int i=0 ; i<8 ; i++) 01831 { 01832 String sub = (i == 0) ? "" : "_sub_" + MakeString(i); 01833 CheckFeature("harrislaplace-" + feature + 01834 "_ps_pyramid-1x1-2x2-1x3" + cbMode + sub); 01835 } 01836 }
Here is the call graph for this function: ![]()
|