浏览代码

*** empty log message ***

froehlich 14 年之前
父节点
当前提交
21c77e52e8
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      progs/testSift.cpp

+ 3 - 2
progs/testSift.cpp

@@ -46,11 +46,12 @@ int main (int argc, char **argv)
 	conf->sB(section, "usegrid", true);
 	conf->sS(section, "params", "--descriptor sift");
 	
-	//LocalFeatureOpponnentSift *oSIFT = new LocalFeatureOpponnentSift (conf);
+	
 	LocalFeatureRepresentation *cSIFT = new LFColorSande ( conf, section );
 	LocalFeature *lSIFT = new LocalFeatureLFInterface(conf, cSIFT);
-	LocalFeature *oSIFT = new LocalFeatureSift (conf);
 	
+	//LocalFeature *oSIFT = new LocalFeatureSift (conf);
+	LocalFeatureOpponnentSift *oSIFT = new LocalFeatureOpponnentSift (conf);
 	
 	VVector features1;
 	VVector features2;