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

void Impala::Application::IDo::FeatureIndexSiftExec ( CString  featureDesc,
CString  cMode 
) [inline]

Definition at line 996 of file mainIDo.cpp.

References Exec(), GetFrameWalk(), GetWalkerProg(), Impala::MakeString(), and mSetName.

Referenced by FeatureDense2GenericSift(), FeatureDenseGenericSift(), FeatureHarrisGenericSift(), and FeatureNoneGenericSurf().

00997     {
00998         String cbMode = (cMode.empty()) ? "" : "_" + cMode;
00999         String prog = GetWalkerProg();
01000         String frameWalk = GetFrameWalk();
01001         for (int i=0 ; i<8 ; i++)
01002         {
01003             String sub = (i == 0) ? "" : "_sub_" + MakeString(i);
01004             Exec(prog, "indexfeatures " + mSetName + " " + featureDesc +
01005                  "_ps_pyramid-1x1-2x2-1x3" + cbMode + sub + " " + frameWalk +
01006                  " --virtualWalk", 1);
01007         }
01008     }

Here is the call graph for this function:


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