Definition at line 931 of file mainIDo.cpp. References FeatureIndexSiftExec(), FeatureSiftExec(), mDoFeature, and mDoFeatureIndex. Referenced by FeatureAllSift(). 00932 { 00933 if (mDoFeature) 00934 FeatureSiftExec("densesampling-" + siftVersion, assign, ""); 00935 if (mDoFeatureIndex) 00936 FeatureIndexSiftExec("densesampling-" + siftVersion + "_ds_6-1.2", 00937 cMode); 00938 }
Here is the call graph for this function: ![]()
|