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

void Impala::Application::IDo::ClusterSiftExec ( CString  feature,
CString  featureDesc 
) [inline]

Definition at line 741 of file mainIDo.cpp.

References Exec(), Exec2(), GetFrameWalk(), GetWalkerProg(), mClusters, mImpalaTmp, mLimit, mRandomize, and mSetName.

Referenced by ClusterSift(), and HandleCmd().

00742     {
00743         String prog = GetWalkerProg();
00744         String frameWalk = GetFrameWalk();
00745 
00746         // Koen says : 200000-300000 vectors is good, more is also possible...
00747         Exec(prog, "interestpointproc " + mSetName + " " + frameWalk +
00748              " --borderWidth 0 --tmpPath " + mImpalaTmp +
00749              " --noZIP --clusterInput --keepLimited " + mLimit +
00750              " " + mRandomize + " --ini ${IMPALAROOT}/src/script/" + feature +
00751              ".ini --report 25");
00752 
00753         Exec2("constructcodebook " + mSetName + " " + featureDesc +
00754               "_clusterinput_2 Codebooks/" + feature + ".tab " + mClusters, "");
00755     }

Here is the call graph for this function:


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