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: ![]()
|