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

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

Definition at line 1851 of file mainIDo.cpp.

References CheckFeature(), and Impala::MakeString().

Referenced by CheckFeaturePyramid3(), and CheckFeatureUnc4Sift().

01852     {
01853         String cbMode = (cMode.empty()) ? "" : "_" + cMode;
01854         for (int i=0 ; i<8 ; i++)
01855         {
01856             String sub = (i == 0) ? "" : "_sub_" + MakeString(i);
01857             CheckFeature("densesampling-" + feature +
01858                          "_ds_6-1.2-2_ps_pyramid-1x1-2x2-1x3" + cbMode + sub);
01859         }
01860     }

Here is the call graph for this function:


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