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

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

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:


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