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

void Impala::Application::IDo::ExportConceptsExec ( CString  feature  )  [inline]

Definition at line 1389 of file mainIDo.cpp.

References Exec(), GetWalkerProg(), ILOG_ERROR, mConcepts, mModel, and mSetName.

Referenced by HandleCmd().

01390     {
01391         if (mConcepts.empty())
01392         {
01393             ILOG_ERROR("ExportConceptsExec: need concepts");
01394             return;
01395         }
01396         if (mModel.empty())
01397         {
01398             ILOG_ERROR("ExportConceptsExec: need model");
01399             return;
01400         }
01401 
01402         String prog = GetWalkerProg();
01403         String frameWalk =
01404             "--src lavc --keyframes --numberKeyframes 1 --segmentation";
01405         Exec(prog, "exportconcepts " + mSetName + " 0 " + mConcepts + " " +
01406              mModel + " " + feature + " " + frameWalk);
01407     }

Here is the call graph for this function:


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