Definition at line 1371 of file mainIDo.cpp. References Exec(), GetFrameWalk(), GetWalkerProg(), mConcepts, mDoClassifyIndex, mModel, and mSetName. Referenced by ClassifyOldWG(), ClassifyOldWGclus960sp(), ClassifyPreWG(), and ClassifyPreWGclus960sp(). 01372 { 01373 // Assume ClassifyCombine has been called and args are checked. 01374 String prog = GetWalkerProg(); 01375 String frameWalk = GetFrameWalk(); 01376 01377 Exec(prog, "combineconcepts " + mSetName + " " + mConcepts + " " + 01378 mModel + " " + featureC + " avg " + features + " " + frameWalk + 01379 " --virtualWalk"); 01380 if (mDoClassifyIndex) 01381 { 01382 Exec(prog, "indexconcepts " + mSetName + " " + mConcepts + " " + 01383 mModel + " " + featureC + " " + frameWalk + " --virtualWalk", 01384 1); 01385 } 01386 }
Here is the call graph for this function: ![]()
|