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

void Impala::Application::IDo::CheckFeaturePyramidHarris ( CString  feature,
CString  cMode 
) [inline]

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:


Generated on Thu Jan 13 09:14:25 2011 for ImpalaSrc by  doxygen 1.5.1